The following tables list the members exposed by EventAggregator.
Name | Description | |
---|---|---|
![]() ![]() | Default | Gets the default instance for EventAggregator service, allowing events to be subscribed and published in a static manner. |
Name | Description | |
---|---|---|
![]() | GetEvent<TEventType> | Gets an instance of an event type. |
![]() | Publish<TEventType,TPayload> | 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<TEventType,TPayload> | Removes the first subscriber matching from the subscribers' list. |