SmartFoxServer Unity/.NET API
AddUser Method (u, id)
NamespacesSmartFoxClientAPI.DataRoomAddUser(User, Int32)
Add a user to the room.
Declaration Syntax
C#Visual BasicVisual C++
public void AddUser(
	User u,
	int id
)
Public Sub AddUser ( _
	u As User, _
	id As Integer _
)
public:
void AddUser(
	User^ u, 
	int id
)
Parameters
u (User)
the User object
id (Int32)
the user id

Assembly: SmartFoxClient (Module: SmartFoxClient) Version: 1.2.4.0 (1.2.4.0)