Click or drag to resize
OnlineSupport Class
Class holding cache of users online on support.
Inheritance Hierarchy
SystemObject
  CMS.ChatOnlineSupport

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

The OnlineSupport type exposes the following members.

Constructors
  NameDescription
Public methodOnlineSupport
Constructor. Initializes cache.
Top
Properties
  NameDescription
Public propertyOnlineSupporters
Dictionary of chat users who are online on support. Dictionary is indexed by chat user ID.
Public propertyOnlineSupportersCount
Gets count of users online on support.
Top
Methods
  NameDescription
Public methodInvalidateOnlineSupportCache
Invalidates cache of online supporters. This method has to be called after user logs into or leaves support. Otherwise cache can be outdated.
Top
See Also