Click or drag to resize

SmartFoxRoomManager Property

Returns a reference to the Room Manager.

Namespace:  Sfs2X
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public IRoomManager RoomManager { get; }

Property Value

Type: IRoomManager
Remarks
This manager is used internally by the SmartFoxServer 2X API; the reference returned by this property gives access to the Rooms list and Groups, allowing interaction with Room objects.
See Also