Click or drag to resize
FetchAllDataFuncTData Delegate
Function which returns all data in CurrentStateCacheWrapper. This function is used to load initial data. Then FetchChangedDataFunc is used to update current state.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public delegate IEnumerable<TData> FetchAllDataFunc<TData>()

Type Parameters

TData
Type of data

Return Value

Type: IEnumerableTData
See Also