|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
Use the ICIServer interface ConnectedUsersNumber property to retrieve the number of users connected to the Server. (You can also view the number of connected users on the Status tab of the administration interface.)
|
This method is available in EFT Server 3.5 and later. |
Signature:
HRESULT ConnectedUsersNumber([out, retval] BSTR *pVal);
Example:
Dim iConnectedUses: iConnectedUsers = oServer.ConnectedUsersNumber
|
ConnectedUsersNumber is a read-only property. |