| AppRemoveVariableAsync Method (String, AsyncHandle) | 
Removes a script variable.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Task<bool> RemoveVariableAsync(
	string name,
	AsyncHandle asyncHandle = null
)
Public Function RemoveVariableAsync ( 
	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: 
TaskBooleanImplements
IAppRemoveVariableAsync(String, AsyncHandle)
See Also