Partager via


RoutingExtensionElement.EnsureOrderedDispatch Propriété

Définition

Obtient ou définit une valeur qui indique si les messages doivent être distribués dans l'ordre dans lequel ils ont été envoyés.

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

Valeur de propriété

Boolean

true si les messages doivent être distribués dans l'ordre dans lequel ils ont été envoyés ; sinon, false.

Attributs

S’applique à