ServiceBase.CanHandleSessionChangeEvent Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy usługa może obsługiwać zdarzenia zmiany sesji odebrane z sesji serwera terminali.

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

Wartość właściwości

Boolean

true jeśli usługa może obsługiwać zdarzenia zmiany sesji serwera terminali; w przeciwnym razie , false.

Atrybuty

Wyjątki

Ta właściwość jest modyfikowana po uruchomieniu usługi.

Dotyczy

Zobacz też