Click or drag to resize
ChatIncrementalCacheWithCurrentStateWrapperTData, TPrimaryKeyCurrentState 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<TPrimaryKey, TData> CurrentState { get; }

Property Value

Type: DictionaryTPrimaryKey, TData
See Also