IGenericObjectAbortListObjectSearchAsync Method |
Aborts the results of a search in a list object.
This method applies to list objects (objects with one dimension). After an abort on a list object search, the GetLayout method does not return any more search results but it does return the values in the field.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task AbortListObjectSearchAsync(
string path,
AsyncHandle asyncHandle = null
)
Function AbortListObjectSearchAsync (
path As String,
Optional asyncHandle As AsyncHandle = Nothing
) As Task
Parameters
- path
- Type: SystemString
Path to the definition of the list object.
For example, /qListObjectDef. - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskSee Also