Click or drag to resize
FetchDataFuncTData, TParam Delegate
Function to return data for ChatParametrizedCacheWrapper. It takes IChatCacheableParam as parameter.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
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: IEnumerableTData
See Also