Click or drag to resize
ChatCurrentStateCacheWrapperTData, TKeyLoadCurrentState Method
Perform the first load of data and fills passed structure with results. fetchAllDataFunc function is used.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
protected virtual void LoadCurrentState(
	ChatCurrentStateCacheWrapperTData, TKeyCurrentStateCacheWrapperData<TKey, TData> currentState
)

Parameters

currentState
Type: CMS.ChatChatCurrentStateCacheWrapperTData, TKeyCurrentStateCacheWrapperDataTKey, TData
CurrentState data structure to be filled
See Also