Click or drag to resize

ClusterTarget Class

The ClusterTarget class is a container for the identifier of a Room on a Game Node in a SmartFoxServer 2X Cluster.
Inheritance Hierarchy
SystemObject
  Sfs2X.Requests.ClusterClusterTarget

Namespace:  Sfs2X.Requests.Cluster
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class ClusterTarget

The ClusterTarget type exposes the following members.

Constructors
  NameDescription
Public methodClusterTarget
Creates a new ClusterTarget instance.
Top
Properties
  NameDescription
Public propertyRoomId
Indicates the identifier of the Room on the Game Node.
Public propertyServerId
Indicates the identifier of the Game Node where the Room is located.
Top
See Also