IDuplexContextChannel.AutomaticInputSessionShutdown 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示输入会话是否自动关闭。
public:
property bool AutomaticInputSessionShutdown { bool get(); void set(bool value); };
public bool AutomaticInputSessionShutdown { get; set; }
member this.AutomaticInputSessionShutdown : bool with get, set
Public Property AutomaticInputSessionShutdown As Boolean
属性值
如果输入会话自动关闭,则为 true
;否则为 false
。
注解
远程端启动关闭功能时,如果将 AutomaticInputSessionShutdown 设置为 true
,通道会自动为用户关闭。 如果将其设置为 false
,则允许用户在通道关闭前通过其输出会话将一些最终消息发送到远程端。