EventAggregator Class Methods
For a list of all members of this type, see EventAggregator members.
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