Click or drag to resize

SFSRoomManagerGetRoomList Method

Returns a list of Rooms currently "known" by the client.

Namespace:  Sfs2X.Entities.Managers
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public List<Room> GetRoomList()

Return Value

Type: ListRoom
The list of the available Room objects.

Implements

IRoomManagerGetRoomList
Remarks
The list contains all the Rooms that are currently joined and all the Rooms belonging to the Room Groups that have been subscribed.

At login time, the client automatically subscribes all the Room Groups specified in the Zone's Default Room Groups setting.

See Also