Inverts the current selections.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Task<T> SelectExcludedAsync<T>(
bool softLock = false,
Func<Response, T> onResult,
string userHandle = null
)
Task<T> SelectExcludedAsync<T>(
bool softLock = false,
Func<Response, T> onResult,
string userHandle = null
)
Function SelectExcludedAsync(Of T) (
Optional softLock As Boolean = false,
onResult As Func(Of Response, T),
Optional userHandle As String = Nothing
) As Task(Of T)
Function SelectExcludedAsync(Of T) (
Optional softLock As Boolean = false,
onResult As Func(Of Response, T),
Optional userHandle As String = Nothing
) As Task(Of T)
Parameters
- softLock (Optional)
- Type:
System Boolean
Set to true to ignore locks; in that case, locked fields can be selected.
The default value is false.
This parameter is optional.
- onResult
- Type:
System Func Response, T
Continuation function
- userHandle (Optional)
- Type:
System String
Handle identifier
- T
Return Value
Type:
Task T