Locks all selections in all fields of the current app.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task LockAllAsync(
string stateName = null,
AsyncHandle asyncHandle = null
)
Function LockAllAsync (
Optional stateName As String = Nothing,
Optional asyncHandle As AsyncHandle = Nothing
) As Task
Parameters
- stateName (Optional)
- Type: SystemString
Alternate state name.
If this parameter is set, the method locks all selections that are in the specified state name.
This parameter is optional.
The default value is an empty string. - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskSee Also