| 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.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic delegate IEnumerable<TData> FetchAllDataFunc<TData>()
Type Parameters
- TData
- Type of data
Return Value
Type: 
IEnumerableTData See Also
See Also