| AppUnlockAllAsync Method (AsyncHandle, String) |
Unlocks all selections in all fields of the current app.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic Task UnlockAllAsync(
AsyncHandle asyncHandle,
string stateName = null
)
Public Function UnlockAllAsync (
asyncHandle As AsyncHandle,
Optional stateName As String = Nothing
) As Task
Parameters
- asyncHandle
- Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request - stateName (Optional)
- Type: SystemString
Alternate state name.
If this parameter is set, the method unlocks all selections that are in the specified state name.
This parameter is optional.
The default value is an empty string.
Return Value
Type:
TaskImplements
IAppUnlockAllAsync(AsyncHandle, String)
See Also