SFSRoomGetUserById Method |
Retrieves a User object from its id property.
Namespace:
Sfs2X.Entities
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public User GetUserById(
int id
)
Parameters
- id
- Type: SystemInt32
The id of the user to be found.
Return Value
Type:
UserThe object representing the user, or
null if no user with the passed id exists in this Room.
Implements
RoomGetUserById(Int32)See Also