| FetchDataFuncTData, TParam Delegate | 
            Function to return data for ChatParametrizedCacheWrapper. It takes IChatCacheableParam as parameter.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
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
See Also