Click or drag to resize

IUserManager Methods

The IUserManager type exposes the following members.

Methods
  NameDescription
Public methodContainsUser
Indicates whether a user exists in the local users list or not.
Public methodContainsUserId
Indicates whether a user exists in the local users list or not from the id.
Public methodContainsUserName
Indicates whether a user exists in the local users list or not from the name.
Public methodGetUserById
Retrieves a User object from its id property.
Public methodGetUserByName
Retrieves a User object from its name property.
Public methodGetUserList
Get the whole list of users inside the Rooms joined by the client.
Top
See Also