ReliableSessionBindingElement 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 ReliableSessionBindingElement 类的新实例。
重载
ReliableSessionBindingElement() |
初始化 ReliableSessionBindingElement 类的新实例。 |
ReliableSessionBindingElement(Boolean) |
初始化 ReliableSessionBindingElement 类的新实例,用以指定消息传递是否必须保持与消息发送一致的顺序。 |
ReliableSessionBindingElement()
初始化 ReliableSessionBindingElement 类的新实例。
public:
ReliableSessionBindingElement();
public ReliableSessionBindingElement ();
Public Sub New ()
适用于
ReliableSessionBindingElement(Boolean)
初始化 ReliableSessionBindingElement 类的新实例,用以指定消息传递是否必须保持与消息发送一致的顺序。
public:
ReliableSessionBindingElement(bool ordered);
public ReliableSessionBindingElement (bool ordered);
new System.ServiceModel.Channels.ReliableSessionBindingElement : bool -> System.ServiceModel.Channels.ReliableSessionBindingElement
Public Sub New (ordered As Boolean)
参数
- ordered
- Boolean
如果消息必须按照发送时的顺序传递,则为 true
;否则为 false
。 默认值是 true
。