Returns an array of generic data objects containing the clientIDs and, for logged in clients, the userIDs of the clients on the server. For clients that are not logged in, the value of the userID variable is null.
[] | null}
Returns the status of the most recent snapshot load-operation. If a load operation is currently in progress, getStatus() returns null. The possible return values of getStatus() depend on the snapshot type.
Indicates whether the snapshot is currently loading data. While an update is in progress, further requests to update the snapshot are ignored.
The ClientListSnapshot class is used to load a list of clientIDs for the clients currently on the server. For any client that is logged in, both a clientID and a userID are included in the list.
The list of client IDs retrieved by ClientListSnapshot is a one-time snapshot of the state of the server, and is not kept up to date after it is loaded.