StandardBindingReliableSessionElement.Ordered Propriedade
Definição
Obtém ou define um valor booliano que especifica se há garantia de que as mensagens chegam na ordem em que foram enviadas.Gets or sets a Boolean value that specifies whether messages are guaranteed to arrive in the order they were sent.
public:
property bool Ordered { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("ordered", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public bool Ordered { get; set; }
[<System.Configuration.ConfigurationProperty("ordered", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.Ordered : bool with get, set
Public Property Ordered As Boolean
Valor da propriedade
true Se as mensagens forem Garantidas de chegar na ordem em que foram enviadas; false se as mensagens puderem chegar fora de ordem.true if messages are guaranteed to arrive in the order they were sent; false if messages can arrive out of order. O padrão é true.The default is true.
- Atributos