Messenger(Boolean, IActionInvokerFactory) Constructor
Initializes a Messenger instance.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| isMultiThreadSafe | Boolean | true, if the messenger can be used from multiple threads; otherwise, false. |
| actionInvokerFactory | DevExpress.Mvvm.Native.IActionInvokerFactory | An object implementing the IActionInvokerFactory interface. |
Remarks
To learn more, see Messenger.
See Also