CallbackBehaviorAttribute.AutomaticSessionShutdown 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定是否在服务关闭双工会话时自动关闭会话。
public:
property bool AutomaticSessionShutdown { bool get(); void set(bool value); };
public bool AutomaticSessionShutdown { get; set; }
member this.AutomaticSessionShutdown : bool with get, set
Public Property AutomaticSessionShutdown As Boolean
属性值
如果双工回调对象在服务关闭双工会话时自动关闭会话,则为 true
;否则为 false
。 默认值为 true
。
注解
默认情况下,当服务关闭双工会话且回调已处理完所有剩余消息时,回调会关闭会话。 将 AutomaticSessionShutdown 设置为 false
,可以防止客户端自动关闭会话。