Registriert seit: 10. Okt 2006
Ort: 's-Hertogenbosch, Die Niederlande
222 Beiträge
RAD-Studio 2010 Arc
|
Re: Angemeldeter Benutzer auslesen
1. Apr 2008, 11:29
Use TS.Sessions[i].Logoff
Maybe you should read the documentation...
procedure Logoff(bWait: Boolean);
The Logoff function logs off a specified Terminal Services session
Parameters
bWait
Indicates whether the operation is synchronous. Specify TRUE to wait for the operation to complete, or FALSE to return immediately.
Exceptions raised
EJwsclWinCallFailedException
will be raised if the call fails.
|