ServiceBehaviorAttribute.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
可阻止服务器自动关闭会话,并启用会话生存期的自定义控件。