ServiceBase.CanHandleSessionChangeEvent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出服務是否可以處理從 Terminal Server 工作階段所擷取的工作階段變更事件。
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
屬性值
如果服務可以處理 Terminal Server 工作階段的變更事件則為 true
,否則為 false
。
- 屬性
例外狀況
這個屬性在服務啟動之後被修改。