ServiceBehaviorAttribute.EnsureOrderedDispatch Property

Definition

Gets or sets a value that indicates whether the service ordered dispatch is ensured.

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 the service ordered dispatch is ensured; otherwise, false. The default is false.

Applies to