Initializes a new instance of the JoinRoomRequest class

Namespace: Sfs2X.Requests
Assembly: SmartFox2 (in SmartFox2.dll) Version: 0.9.14.0

Syntax

C#
public JoinRoomRequest(
	Object id,
	string pass,
	Nullable<int> roomIdToLeave
)

Parameters

id
Type: System..::..Object
pass
Type: System..::..String
roomIdToLeave
Type: System..::..Nullable<(Of <(<'Int32>)>)>

See Also