DispatchRuntime.EnsureOrderedDispatch Propriedade
Definição
Obtém um valor que indica se as mensagens devem ser expedidas na ordem em que foram enviadas.Gets a value that indicates whether messages are to be dispatched in the order they were sent.
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 da propriedade
true
se as mensagens devem ser expedidas na ordem em que foram enviadas; caso contrário, false
.true
if messages are to be dispatched in the order they were sent; otherwise, false
.