Click or drag to resize
ChatCurrentStateCacheWrapper<TData, TKey>.CurrentState Property
Current state of items. It is not older than 'maxDelay'

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public Dictionary<TKey, TData> CurrentState { get; }

Property Value

Type: Dictionary<TKey, TData>
See Also