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

Returns the calculated value of a variable.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntax
public Task<T> GetContentAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
onResult
Type: SystemFuncResponse, T
Continuation function

Type Parameters

T

Return Value

Type: TaskT

Implements

IVariableGetContentAsyncT(AsyncHandle, FuncResponse, T)
See Also