Click or drag to resize

ClusterTarget Constructor

Creates a new ClusterTarget instance.

Namespace:  Sfs2X.Requests.Cluster
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public ClusterTarget(
	string serverId,
	int roomId
)

Parameters

serverId
Type: SystemString
The identifier of the Game Node where the Room is located.
roomId
Type: SystemInt32
The identifier of the Room on the Game Node.
Remarks
The instance must be passed to the ClusterInviteUsersRequest class constructor.
See Also