SFSRoomManagerGetJoinedRooms Method |
Returns a list of Rooms currently joined by the client.
Namespace:
Sfs2X.Entities.Managers
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public List<Room> GetJoinedRooms()
Return Value
Type:
ListRoomThe list of objects representing the Rooms currently joined by the client.
Implements
IRoomManagerGetJoinedRoomsSee Also