CallbackBehaviorAttribute.AutomaticSessionShutdown 属性

定义

指定是否在服务关闭双工会话时自动关闭会话。

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

属性值

Boolean

如果双工回调对象在服务关闭双工会话时自动关闭会话,则为 true;否则为 false。 默认值为 true

注解

默认情况下,当服务关闭双工会话且回调已处理完所有剩余消息时,回调会关闭会话。 将 AutomaticSessionShutdown 设置为 false,可以防止客户端自动关闭会话。

适用于