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