ReliableSessionBindingElement.Ordered 屬性

定義

取得或設定值,這個值會指出訊息傳遞是否必須保留訊息傳送時的順序。

public:
 property bool Ordered { bool get(); void set(bool value); };
public bool Ordered { get; set; }
member this.Ordered : bool with get, set
Public Property Ordered As Boolean

屬性值

如果訊息必須按照其傳送的順序傳遞,則為 true,否則為 false。 預設為 false

備註

若要讓訊息依順序分派,您必須同時將 ConcurrencyMode 設定為 Single

適用於