IGenericObjectAbortListObjectSearchAsync Method (AsyncHandle, String) |
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: 2.1.0.0+Build:7.origin/release/ms13
SyntaxTask AbortListObjectSearchAsync(
AsyncHandle asyncHandle,
string path
)
Function AbortListObjectSearchAsync (
asyncHandle As AsyncHandle,
path As String
) As Task
Parameters
- asyncHandle
- Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request - path
- Type: SystemString
Path to the definition of the list object.
For example, /qListObjectDef.
Return Value
Type:
Task
See Also