StandardBindingReliableSessionElement.Ordered 属性

定义

获取或设置一个布尔值,该值指定是否保证消息按发送顺序到达。

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

属性值

true 如果保证消息按发送顺序到达, false 如果消息可以无序到达, 默认值为 true

属性

适用于