Retrieving the Number of Connected Users (ConnectedUsersNumber)

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 Administrator 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.