RoutingExtensionElement.EnsureOrderedDispatch Proprietà

Definizione

Ottiene o imposta un valore che specifica se è garantito l'invio dei messaggi nell'ordine in cui sono stati inviati.

public:
 property bool EnsureOrderedDispatch { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("ensureOrderedDispatch", DefaultValue=false)]
public bool EnsureOrderedDispatch { get; set; }
[<System.Configuration.ConfigurationProperty("ensureOrderedDispatch", DefaultValue=false)>]
member this.EnsureOrderedDispatch : bool with get, set
Public Property EnsureOrderedDispatch As Boolean

Valore della proprietà

Boolean

true se i messaggi devono essere inviati nell'ordine in cui sono stati inviati; in caso contrario, false.

Attributi

Si applica a