Click or drag to resize

SFSClusterEvent Class

This class represents all the cluster-related events dispatched by the SmartFoxServer 2X C# API.
Inheritance Hierarchy
SystemObject
  Sfs2X.CoreBaseEvent
    Sfs2X.CoreSFSClusterEvent

Namespace:  Sfs2X.Core
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class SFSClusterEvent : BaseEvent

The SFSClusterEvent type exposes the following members.

Properties
  NameDescription
Public propertyParams
A Dictionary containing the event's parameters.
(Inherited from BaseEvent.)
Public propertyTarget (Inherited from BaseEvent.)
Public propertyType (Inherited from BaseEvent.)
Top
Methods
  NameDescription
Public methodClone (Inherited from BaseEvent.)
Public methodToString (Inherited from BaseEvent.)
Top
Fields
  NameDescription
Public fieldStatic memberCONNECTION_REQUIRED
Dispatched when the Lobby has found a Game Node for the client to join in a SmartFoxServer 2X Cluster.
Public fieldStatic memberLOAD_BALANCER_ERROR
Dispatched when a cluster-related request cannot be satisfied, typically creating or joining a game in a SmartFoxServer 2X Cluster.
Top
See Also