Logs the session off, disconnecting any user that might be attached.
Declaring type: ITerminalServicesSession
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Syntax
C#
public abstract void Logoff ()
Collapse/Expand Remarks
The logoff takes place synchronously; this method returns after the operation is complete. This is the same as calling Logoff(true).