ServiceBase.CanHandleSessionChangeEvent 属性

定义

获取或设置一个值,该值指示服务是否可以处理从终端服务器会话接收到的会话更改事件。

public:
 property bool CanHandleSessionChangeEvent { bool get(); void set(bool value); };
public bool CanHandleSessionChangeEvent { get; set; }
[System.Runtime.InteropServices.ComVisible(false)]
public bool CanHandleSessionChangeEvent { get; set; }
member this.CanHandleSessionChangeEvent : bool with get, set
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.CanHandleSessionChangeEvent : bool with get, set
Public Property CanHandleSessionChangeEvent As Boolean

属性值

Boolean

如果服务可以处理终端服务器会话更改事件,则为 true;否则为 false

属性

例外

此属性将在服务启动后被修改。

适用于

另请参阅