Click or drag to resize

SetRoomVariablesRequest Constructor (ICollectionRoomVariable)

See SetRoomVariablesRequest(ICollection<RoomVariable>, Room) constructor.

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public SetRoomVariablesRequest(
	ICollection<RoomVariable> roomVariables
)

Parameters

roomVariables
Type: System.Collections.GenericICollectionRoomVariable
See Also