Methods 

IEventAggregator Interface Members

The following tables list the members exposed by IEventAggregator.

Public Methods
 NameDescription
 Method Publish a message to any subscribers (Inherited from TinyMessenger.ITinyMessengerHub)
 Method Publish a message to any subscribers asynchronously (Inherited from TinyMessenger.ITinyMessengerHub)
 Method Subscribe to a message type with the given destination and delivery action. All references are held with WeakReferences All messages of this type will be delivered. (Inherited from TinyMessenger.ITinyMessengerHub)
 Method Unsubscribe from a particular message type. Does not throw an exception if the subscription is not found. (Inherited from TinyMessenger.ITinyMessengerHub)
Top
See Also