SFSUserManagerGetUserList 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 public List<User> GetUserList()
Return Value
Type:
ListUserThe list of User objects representing the users in the local users list.
Implements
IUserManagerGetUserListSee Also