Partager via


ServiceBehaviorAttribute.EnsureOrderedDispatch Propriété

Définition

Obtient ou définit une valeur qui indique si la distribution classée par service est garantie.

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

Valeur de propriété

Boolean

true si la distribution classée par service est garantie ; sinon, false. La valeur par défaut est false.

S’applique à