![]() | MessageManager Methods |
The MessageManager type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Send |
Sends a message to all message subscribers
|
![]() ![]() | SubscribeT |
Subscribes to a message. If the subscriber implements the IDisposableObject interface, the MessageManager will
automatically add the Unsubscribe(Object) method to the dispose event
|
![]() ![]() | Unsubscribe |
Unsubscribs all subscriptions
|
![]() ![]() | Unsubscribe(Object) |
Unsubscribs all subscriptions from the defined subscriber
|
![]() ![]() | UnsubscribeT(Object) |
Unsubscribs all subscriptions from the defined subscriber for the given message type
|