Updates data in current state data structure. Update means that only data changed since currentState.LastChange are loaded using fetchChangedDataFunc.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- currentState
- Type: CMS.Chat ChatCurrentStateCacheWrapper TData, TKey CurrentStateCacheWrapperData TKey, TData
CurrentState data structure to be updated
See Also