SetUserVariablesRequest Constructor |
Creates a new SetUserVariablesRequest instance.
Namespace:
Sfs2X.Requests
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public SetUserVariablesRequest(
ICollection<UserVariable> userVariables
)
Parameters
- userVariables
- Type: System.Collections.GenericICollectionUserVariable
A collection of objects representing the User Variables to be set.
Remarks
The instance must be passed to the
SmartFox.Send method for the request to be performed.
See Also