Click or drag to resize

SFSRoomManagerGetRoomCount Method

Returns the current number of Rooms in the Rooms list.

Namespace:  Sfs2X.Entities.Managers
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public int GetRoomCount()

Return Value

Type: Int32
The number of Rooms in the Rooms list.

Implements

IRoomManagerGetRoomCount
See Also