SmartFoxServer Silverlight 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: SmartFoxClientAPI_Silverlight (Module: SmartFoxClientAPI_Silverlight) Version: 1.0.0.0 (1.0.0.0)