| IAppGetVariableAsync Method (AsyncHandle, String) |
Gets the handle of a variable.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
SyntaxTask<Variable> GetVariableAsync(
AsyncHandle asyncHandle,
string name
)
Function GetVariableAsync (
asyncHandle As AsyncHandle,
name As String
) As Task(Of Variable)
Parameters
- asyncHandle
- Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request - name
- Type: SystemString
Name of the variable
This parameter is mandatory.
Return Value
Type:
TaskVariable
See Also