Skip to main content

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(Boolean, ActionReferenceType) isMultiThreadSafe, actionReferenceType Initializes a new instance of the Messenger class with specified settings.
Messenger(Boolean, IActionInvokerFactory) isMultiThreadSafe, actionInvokerFactory Initializes a new instance of the Messenger class with specified settings.
See Also