Click or drag to resize
SiteRooms Class
This class holds rooms (RoomStates) for site.
Inheritance Hierarchy
SystemObject
  CMS.ChatSiteRooms

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public class SiteRooms

The SiteRooms type exposes the following members.

Constructors
  NameDescription
Public methodSiteRooms
Constructor. parentName is used as cache key.
Top
Methods
  NameDescription
Public methodForceTryGetRoom
Gets room from cache. If room is not found, new rooms from database are retrieved and then the finding is made again.
Public methodForceUpdate
Updates rooms.
Public methodGetChangedRooms
Gets changed rooms by specified chat user.
Public methodGetRoom
Gets RoomState. Room is specified by chatRoomID. Rooms are updated before retrieving if needed.
Public methodGetUsersInRoomsCounts
Gets counts of users in rooms when this count has changed.
Top
See Also