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 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 See Also