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