Click or drag to resize

MessageManager Methods

The MessageManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSend
Sends a message to all message subscribers
Public methodStatic memberSubscribeT
Subscribes to a message. If the subscriber implements the IDisposableObject interface, the MessageManager will automatically add the Unsubscribe(Object) method to the dispose event
Public methodStatic memberUnsubscribe
Unsubscribs all subscriptions
Public methodStatic memberUnsubscribe(Object)
Unsubscribs all subscriptions from the defined subscriber
Public methodStatic memberUnsubscribeT(Object)
Unsubscribs all subscriptions from the defined subscriber for the given message type
Top
See Also