Click or drag to resize

ClusterJoinOrCreateRequest Constructor (MatchExpression, ListString)

See ClusterJoinOrCreateRequest(MatchExpression, List<string>, RoomSettings) constructor.

Namespace:  Sfs2X.Requests.Cluster
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public ClusterJoinOrCreateRequest(
	MatchExpression matchExpression,
	List<string> groupNames
)

Parameters

matchExpression
Type: Sfs2X.Entities.MatchMatchExpression
groupNames
Type: System.Collections.GenericListString
See Also