DispatchRuntime.EnsureOrderedDispatch Property

Definition

Gets a value that indicates whether messages are to be dispatched in the order they were sent.

public:
 property bool EnsureOrderedDispatch { bool get(); void set(bool value); };
public bool EnsureOrderedDispatch { get; set; }
member this.EnsureOrderedDispatch : bool with get, set
Public Property EnsureOrderedDispatch As Boolean

Property Value

true if messages are to be dispatched in the order they were sent; otherwise, false.

Applies to