Click or drag to resize
AppRemoveAlternateStateAsync Method

Removes an alternate state in the app.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task RemoveAlternateStateAsync(
	string stateName,
	AsyncHandle asyncHandle = null
)

Parameters

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

Return Value

Type: Task

Implements

IAppRemoveAlternateStateAsync(String, AsyncHandle)
See Also