The following tables list the members exposed by DelegateEvent<TPayload>.
Name | Description | |
---|---|---|
![]() | DelegateEvent<TPayload> Constructor |
Name | Description | |
---|---|---|
![]() | Subscriptions | Gets the list of current subscriptions. (Inherited from Intersoft.Client.Framework.DelegateEventBase) |
Name | Description | |
---|---|---|
![]() | Contains | Overloaded. Returns true if there is a subscriber matching . |
![]() | Publish | Publishes the DelegateEvent<TPayload>. |
![]() | Subscribe | Overloaded. 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. |
![]() | Unsubscribe | Overloaded. Removes the first subscriber matching from the subscribers' list. |
Name | Description | |
---|---|---|
![]() | InternalPublish | Calls all the execution strategies exposed by the list of IEventSubscription. (Inherited from Intersoft.Client.Framework.DelegateEventBase) |
![]() | InternalSubscribe | Adds the specified IEventSubscription to the subscribers' collection. (Inherited from Intersoft.Client.Framework.DelegateEventBase) |