IAppCreateVariableAsync Method (String, AsyncHandle) |
Creates a script variable.
To set some properties to the variable, use the SetNxProperties method.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task<bool> CreateVariableAsync(
string name,
AsyncHandle asyncHandle = null
)
Function CreateVariableAsync (
name As String,
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of Boolean)
Parameters
- name
- Type: SystemString
Name of the variable. Variable names are case sensitive.
This parameter is mandatory. - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskBooleanSee Also