ChatCurrentStateCacheWrapper<TData, TKey>.CurrentState Property |
Current state of items. It is not older than 'maxDelay'
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntaxpublic Dictionary<TKey, TData> CurrentState { get; }
Property Value
Type:
Dictionary<TKey,
TData>
See Also