ChangeRoomNameRequest Constructor |
Creates a new ChangeRoomNameRequest instance.
Namespace:
Sfs2X.Requests
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public ChangeRoomNameRequest(
Room room,
string newName
)
Parameters
- room
- Type: Sfs2X.EntitiesRoom
The object corresponding to the Room whose name should be changed. - newName
- Type: SystemString
The new name to be assigned to the Room.
Remarks
The instance must be passed to the
SmartFox.Send method for the request to be performed.
See Also