Udostępnij za pośrednictwem


StandardBindingReliableSessionElement.Ordered Właściwość

Definicja

Pobiera lub ustawia wartość logiczną, która określa, czy komunikaty są gwarantowane w kolejności ich wysłania.

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

Wartość właściwości

Boolean

true jeśli komunikaty są gwarantowane w kolejności ich wysłania; false , jeśli komunikaty mogą być odbierane w owej kolejności. Wartość domyślna to true.

Atrybuty

Dotyczy