Skip to main content

Messenger(Boolean, ActionReferenceType) Constructor

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,
    ActionReferenceType actionReferenceType = ActionReferenceType.WeakReference
)

Parameters

Name Type Description
isMultiThreadSafe Boolean

true if the messenger can be used from multiple threads; otherwise, false.

Optional Parameters

Name Type Default Description
actionReferenceType ActionReferenceType WeakReference

An ActionReferenceType enumeration value.

See Also