AbortListObjectSearchAsync Method
Overloads
AbortListObjectSearchAsync(String) |
Aborts the results of a search in a list object. |
|
AbortListObjectSearchAsync(AsyncHandle, String) |
Aborts the results of a search in a list object. |
AbortListObjectSearchAsync(String)
Aborts the results of a search in a list object.
Declaration
Task AbortListObjectSearchAsync([QixName("qPath")] string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Path to the definition of the list object.
For example, |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Remarks
This method applies to list objects (objects with one dimension).
AbortListObjectSearchAsync(AsyncHandle, String)
Aborts the results of a search in a list object.
Declaration
Task AbortListObjectSearchAsync(AsyncHandle asyncHandle, [QixName("qPath")] string path)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
System.String | path |
Path to the definition of the list object.
For example, |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Remarks
This method applies to list objects (objects with one dimension).
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!