共用方式為


RoutingExtensionElement.EnsureOrderedDispatch 屬性

定義

取得或設定值,指出是否依照傳送的順序分派訊息。

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

屬性值

Boolean

如果訊息要按照其傳送的順序傳遞,則為 true,否則為 false

屬性

適用於