EventAggregator Class Members
The following tables list the members exposed by EventAggregator.
Public Constructors
Name | Description | |
---|---|---|
![]() | EventAggregator Constructor |
Public Properties
Public Methods
Name | Description | |
---|---|---|
![]() | ContainsSubscriber<T> | Check if there is any subscriber for the message |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Publish<T> | Publishes the given message. |
![]() | Subscribe<T> | Subscribes the given action. |
![]() | Unsubscribe<T> | Unsubscribes the given action. |
See Also