Click or drag to resize
AppGetVariableAsync Method (String, AsyncHandle)

Gets the handle of a script variable.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task<Variable> GetVariableAsync(
	string name,
	AsyncHandle asyncHandle = null
)

Parameters

name
Type: SystemString
Name of the variable This parameter is mandatory.
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: TaskVariable

Implements

IAppGetVariableAsync(String, AsyncHandle)
See Also