ServiceBase::CanHandleSessionChangeEvent Property
.NET Framework (current version)
Gets or sets a value that indicates whether the service can handle session change events received from a Terminal Server session.
Assembly: System.ServiceProcess (in System.ServiceProcess.dll)
public: [ComVisibleAttribute(false)] property bool CanHandleSessionChangeEvent { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the service can handle Terminal Server session change events; otherwise, false.
| Exception | Condition |
|---|---|
| InvalidOperationException | This property is modified after the service was started. |
.NET Framework
Available since 2.0
Available since 2.0
Show: