Click or drag to resize

IUserManagerGetUserList Method

Get the whole list of users inside the Rooms joined by the client.

Namespace:  Sfs2X.Entities.Managers
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
List<User> GetUserList()

Return Value

Type: ListUser
The list of User objects representing the users in the local users list.
See Also