Messenger Constructors
Implements the IMessenger interface and allows you to exchange messages between application modules.Name | Parameters | Description |
---|---|---|
Messenger() | none | Initializes a new instance of the Messenger class. |
Messenger |
is |
Initializes a new instance of the Messenger class with specified settings. |
Messenger |
is |
Initializes a new instance of the Messenger class with specified settings. |
See Also