Overload | Description |
---|---|
Subscribe<TEventType,TPayload>(Action<TPayload>) | Subscribes a delegate to an event that will be published on the ThreadOption.PublisherThread. DelegateEvent<TPayload> will maintain a to the target of the supplied action delegate. |
Subscribe<TEventType,TPayload>(Action<TPayload>,SubscribeOptions) | Subscribes a delegate to an event. DelegateEvent will maintain a to the Target of the supplied action delegate. |
Subscribe<TEventType,TPayload>(Action<TPayload>,SubscribeOptions,Predicate<TPayload>) | Subscribes a delegate to an event. |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family