Disconnects any attached user from the session.
Declaring type: ITerminalServicesSession
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Syntax
C#
public abstract void Disconnect ()
Collapse/Expand Remarks
The disconnection takes place synchronously; this method returns after the operation is complete. This is the same as calling Disconnect(true).