The following tables list the members exposed by IEventAggregator.
Name | Description | |
---|---|---|
![]() | GetEvent<TEventType> | Gets an instance of an event type. |
![]() | Publish<TEventType,TPayload> | Publishes the DelegateEvent<TPayload>. |
![]() | Subscribe<TEventType,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. |
![]() | Unsubscribe<TEventType,TPayload> | Removes the first subscriber matching from the subscribers' list. |