| OnlineSupport Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Chat
 Syntax
Syntaxpublic class OnlineSupport
The OnlineSupport type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | OnlineSupport | 
            Constructor. Initializes cache.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | OnlineSupporters | 
            Dictionary of chat users who are online on support. Dictionary is indexed by chat user ID.
             | 
|  | OnlineSupportersCount | 
            Gets count of users online on support.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | InvalidateOnlineSupportCache | 
            Invalidates cache of online supporters. This method has to be called after user logs into or leaves support. Otherwise cache can be outdated.
             | 
 See Also
See Also