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

속성 값

true서비스에서 터미널 서버 세션 변경 이벤트를 처리할 수 있으면 이고, 그렇지 않으면 . false

특성

예외

이 속성은 서비스가 시작된 후에 수정됩니다.

적용 대상

추가 정보