Click or drag to resize
FieldUnlockAsync 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.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task<bool> UnlockAsync(
	AsyncHandle asyncHandle = null
)

Parameters

asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: TaskBoolean

Implements

IFieldUnlockAsync(AsyncHandle)
See Also