ServiceBase.CanHandleSessionChangeEvent Propiedad

Definición

Obtiene o establece un valor que indica si el servicio puede controlar eventos de cambio de sesión recibidos de una sesión de 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

Valor de propiedad

Boolean

true si el servicio puede controlar eventos de cambio de sesión de Terminal Server; de lo contrario, false.

Atributos

Excepciones

Esta propiedad se modifica después de haber iniciado el servicio.

Se aplica a

Consulte también