Intersoft ClientUI Documentation
DelegateEvent<TPayload> Class Members
See Also  Properties  Methods  Send Feedback
Intersoft.Client.Framework Namespace : DelegateEvent<TPayload> Class


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

Public Constructors

Protected Properties

 NameDescription
protected PropertySubscriptionsGets 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

© 2012 All Rights Reserved.