Click or drag to resize

ClusterInviteUsersRequest Class

In the SmartFoxServer 2X Cluster environment, sends a generic invitation to a list of users to join a Room on a Game Node.
Inheritance Hierarchy
SystemObject
  BaseRequest
    Sfs2X.Requests.ClusterClusterInviteUsersRequest

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

The ClusterInviteUsersRequest type exposes the following members.

Constructors
  NameDescription
Public methodClusterInviteUsersRequest
Creates a new ClusterInviteUsersRequest instance.
Top
Remarks
Invited users receive the invitation as an INVITATION event dispatched to their clients: they can accept or refuse it by means of the InvitationReplyRequest request, which must be sent within the specified amount of time.

If the invitation is accepted, and the invited user is not yet connected to the target Game Node, the CONNECTION_REQUIRED event is dispatched to the their client, followed by a ROOM_JOIN event after the connection and login process is completed. In case the client is already connected to the target Game Node, the ROOM_JOIN event is received immediately.

See Also