IFieldUnlockAsync Method (AsyncHandle) |
* Unlocks all selected values of a specific field if the target (or handle ) is a field
* Unlocks selected values of a generic object if the target (or handle ) is a generic object
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task<bool> UnlockAsync(
AsyncHandle asyncHandle = null
)
Function UnlockAsync (
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of Boolean)
Parameters
- asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskBooleanSee Also