Click or drag to resize
AppEvaluateExAsyncT Method (String, FuncResponse, T, AsyncHandle)

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task<T> EvaluateExAsync<T>(
	string expression,
	Func<Response, T> onResult,
	AsyncHandle asyncHandle = null
)

Parameters

expression
Type: SystemString
onResult
Type: SystemFuncResponse, T
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle

Type Parameters

T

Return Value

Type: TaskT

Implements

IAppEvaluateExAsyncT(String, FuncResponse, T, AsyncHandle)
See Also