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

Removes a variable.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntax
public Task<bool> RemoveVariableAsync(
	AsyncHandle asyncHandle,
	string name
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
name
Type: SystemString
Name of the variable. Variable names are case sensitive. This parameter is mandatory.

Return Value

Type: TaskBoolean

Implements

IAppRemoveVariableAsync(AsyncHandle, String)
See Also