Skip to main content
A newer version of this page is available. .

Messenger(Boolean, IActionInvokerFactory) Constructor

Initializes a Messenger instance.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, 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.

Remarks

To learn more, see Messenger.

See Also