| FetchDataFuncTData, TParam Delegate | 
            Function to return data for ChatParametrizedCacheWrapper. It takes IChatCacheableParam as parameter.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntaxpublic delegate IEnumerable<TData> FetchDataFunc<TData, TParam>(
	TParam param
)
where TParam : IChatCacheableParam
Parameters
- param
 - Type: TParam
Parameter 
Type Parameters
- TData
 - Type of return data
 - TParam
 - Type of parameter
 
Return Value
Type: 
IEnumerableTData
See Also