The following tables list the members exposed by DelegateEvent<TPayload>.
Public Methods
| 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. |
Top
See Also