Disconnects any attached user from the session.
Declaring type: ITerminalServicesSession
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Syntax
C#
public abstract void Disconnect (
        bool synchronous
) 
Parameters
synchronous
If true, waits until the session is fully disconnected before returning from the method. If false, returns immediately, even though the session may not be completely disconnected yet.