RoutingExtensionElement.EnsureOrderedDispatch 属性
定义
获取或设置一个值,该值指示消息是否以其发送顺序进行调度。Gets or sets a value that indicates whether messages are to be dispatched in the order they were sent.
public:
property bool EnsureOrderedDispatch { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("ensureOrderedDispatch", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public bool EnsureOrderedDispatch { get; set; }
[<System.Configuration.ConfigurationProperty("ensureOrderedDispatch", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.EnsureOrderedDispatch : bool with get, set
Public Property EnsureOrderedDispatch As Boolean
属性值
如果消息按照发送时的顺序调度,则为 true;否则为 false。true if messages are to be dispatched in the order they were sent; otherwise, false.
- 属性