Skip to main content

Messenger(Boolean, IActionInvokerFactory) Constructor

Initializes a Messenger instance.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public Messenger(
    bool isMultiThreadSafe,
    IActionInvokerFactory actionInvokerFactory
)

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