ServiceBehaviorAttribute.EnsureOrderedDispatch Propiedad

Definición

Obtiene o establece un valor que indica si se garantiza el envío solicitado de servicio.

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

Valor de propiedad

Es true si se garantiza el envío de servicio solicitado; en caso contrario, es false. De manera predeterminada, es false.

Se aplica a