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입니다.

특성

예외

이 속성이 서비스가 시작된 후 수정된 경우

적용 대상

추가 정보