ReliableSessionBindingElement.Ordered 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會指出訊息傳遞是否必須保留訊息傳送時的順序。
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。