Intersoft ClientUI Documentation
DelegateEvent<TPayload> Class Members
Properties  Methods 


The following tables list the members exposed by DelegateEvent<TPayload>.

Public Constructors
 NameDescription
Public ConstructorDelegateEvent<TPayload> Constructor  
Top
Protected Properties
 NameDescription
Protected PropertySubscriptions Gets the list of current subscriptions. (Inherited from Intersoft.Client.Framework.DelegateEventBase)
Top
Public Methods
 NameDescription
Public MethodContainsOverloaded. Returns true if there is a subscriber matching .  
Public MethodPublishPublishes the DelegateEvent<TPayload>.  
Public MethodSubscribeOverloaded. 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.  
Public MethodUnsubscribeOverloaded. Removes the first subscriber matching from the subscribers' list.  
Top
Protected Methods
 NameDescription
Protected MethodInternalPublishCalls all the execution strategies exposed by the list of IEventSubscription. (Inherited from Intersoft.Client.Framework.DelegateEventBase)
Protected MethodInternalSubscribeAdds the specified IEventSubscription to the subscribers' collection. (Inherited from Intersoft.Client.Framework.DelegateEventBase)
Top
See Also

Reference

DelegateEvent<TPayload> Class
Intersoft.Client.Framework Namespace

Send Feedback