The Room object represent a server Room.

Namespace: Sfs2X.Entities
Assembly: SmartFox2 (in SmartFox2.dll) Version: 0.9.14.0

Syntax

C#
public class SFSRoom : Room

Remarks

The client API don't know about all Rooms on the server side but only about those that are joined and those in the Room Groups that were subscribed.

Subscribing to one or more Group allows the client to listen for Room events in specific "areas" of the Zone without having to know and download details for all Rooms available.

The RoomList is created after a succesful login in the SmartFox.RoomList object and it is kept updated at all times by the Server.

Inheritance Hierarchy

System..::..Object
  Sfs2X.Entities..::..SFSRoom

See Also