Constructor
new FindUsersRequest(matchExpr, targetopt, limitopt)
Creates a new instance of the FindUsersRequest class.
Pass the instance to the SmartFox#send method to validate and execute the request.
Pass the instance to the SmartFox#send method to validate and execute the request.
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
matchExpr | MatchExpression | A matching expression that the system will use to retrieve the Users. | ||
target | string | | <optional> | null | The name of a Group or a single SFSRoom object where to search for matching Users; if null, the search is performed in the whole Zone. |
limit | number | <optional> | 0 | The maximum size of the list of Users that will be returned; if 0, the maximum number set in server configuration is returned. |