DispatchRuntime.EnsureOrderedDispatch Propriété

Définition

Obtient 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); };
public bool EnsureOrderedDispatch { get; set; }
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.

S’applique à