Click or drag to resize
ChatGlobalData Class
Singleton class which holds data needed by chat. It contains instances of other classes to split responsibilities between classes.
Inheritance Hierarchy
SystemObject
  CMS.ChatChatGlobalData

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public sealed class ChatGlobalData

The ChatGlobalData type exposes the following members.

Properties
  NameDescription
Public propertyFloodProtector
Gets instance of ChatFloodProtector.
Public propertyInitiatedChats
Gets instance of GlobalOnlineUsers.
Public propertyStatic memberInstance
Singleton instance.
Public propertySites
Gets instance of GlobalOnlineUsers.
Public propertyUsersRoomAdminStates
Gets instance of ChatFloodProtector.
Top
See Also