SFSRoomManager.GetJoinedRooms 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)
Syntaxpublic List<Room> GetJoinedRooms()
Return Value
Type:
List<Room>The list of objects representing the Rooms currently joined by the client.
Implements
IRoomManager.GetJoinedRooms()
See Also