Skip to main content

Messenger(Boolean, IActionInvokerFactory) Constructor

In This Article

Initializes a new instance of the Messenger class with specified settings.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

#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.

See Also