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