Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

SelectPossibleAsync Method

Overloads

SelectPossibleAsync(Boolean)

Selects all possible values in a specific field.

SelectPossibleAsync(AsyncHandle, Boolean)

Selects all possible values in a specific field.

SelectPossibleAsync<T>(AsyncHandle, Func<Response, T>, Boolean)

Selects all possible values in a specific field.

SelectPossibleAsync(Boolean)

Selects all possible values in a specific field.

Declaration

      public Task<bool> SelectPossibleAsync([QixName("qSoftLock")] bool softLock = false)
    

Parameters

Type Name Description
System.Boolean softLock

Set to true to ignore locks; in that case, locked fields can be selected. The default value is false.

Returns

Type Description
System.Threading.Tasks.Task<System.Boolean>

Implements

Remarks

The operation is successful if qReturn is set to true.

SelectPossibleAsync(AsyncHandle, Boolean)

Selects all possible values in a specific field.

Declaration

      public Task<bool> SelectPossibleAsync(AsyncHandle asyncHandle, [QixName("qSoftLock")] bool softLock = false)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Boolean softLock

Set to true to ignore locks; in that case, locked fields can be selected. The default value is false.

Returns

Type Description
System.Threading.Tasks.Task<System.Boolean>

Implements

Remarks

The operation is successful if qReturn is set to true.

SelectPossibleAsync<T>(AsyncHandle, Func<Response, T>, Boolean)

Selects all possible values in a specific field.

Declaration

      public Task<T> SelectPossibleAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qSoftLock")] bool softLock = false)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function

System.Boolean softLock

Set to true to ignore locks; in that case, locked fields can be selected. The default value is false.

Returns

Type Description
System.Threading.Tasks.Task<T>

Type Parameters

Name Description
T

Implements

Remarks

The operation is successful if qReturn is set to true.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!