ServiceBehaviorAttribute.EnsureOrderedDispatch Proprietà

Definizione

Ottiene o imposta un valore che indica se l'invio ordinato del servizio è assicurato.

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

Valore della proprietà

Boolean

true se viene assicurato l'invio ordinato del servizio; in caso contrario, false. Il valore predefinito è false.

Si applica a