Intersoft ClientUI Documentation
Subscribe Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > EventAggregator Class : Subscribe Method






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.

Overload List

OverloadDescription
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.  

Requirements

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

See Also

© 2012 All Rights Reserved.