SmartFoxServer Silverlight API
Room Constructor (id, name, maxUsers, maxSpectators, isTemp, isGame, isPrivate, isLimbo, userCount)
NamespacesSmartFoxClientAPI.DataRoomRoom(Int32, String, Int32, Int32, Boolean, Boolean, Boolean, Boolean, Int32)
Initializes a new instance of the Room class
Declaration Syntax
C#Visual BasicVisual C++
public Room(
	int id,
	string name,
	int maxUsers,
	int maxSpectators,
	bool isTemp,
	bool isGame,
	bool isPrivate,
	bool isLimbo,
	int userCount
)
Public Sub New ( _
	id As Integer, _
	name As String, _
	maxUsers As Integer, _
	maxSpectators As Integer, _
	isTemp As Boolean, _
	isGame As Boolean, _
	isPrivate As Boolean, _
	isLimbo As Boolean, _
	userCount As Integer _
)
public:
Room(
	int id, 
	String^ name, 
	int maxUsers, 
	int maxSpectators, 
	bool isTemp, 
	bool isGame, 
	bool isPrivate, 
	bool isLimbo, 
	int userCount
)
Parameters
id (Int32)
name (String)
maxUsers (Int32)
maxSpectators (Int32)
isTemp (Boolean)
isGame (Boolean)
isPrivate (Boolean)
isLimbo (Boolean)
userCount (Int32)

Assembly: SmartFoxClientAPI_Silverlight (Module: SmartFoxClientAPI_Silverlight) Version: 1.0.0.0 (1.0.0.0)