Messenger(Boolean, IActionInvokerFactory) Constructor
Initializes a Messenger instance.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
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