Click or drag to resize

FindRoomsRequest Constructor (MatchExpression, String)

See FindRoomsRequest(MatchExpression, string, int) constructor.

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public FindRoomsRequest(
	MatchExpression expr,
	string groupId
)

Parameters

expr
Type: Sfs2X.Entities.MatchMatchExpression
groupId
Type: SystemString
See Also