DataQueryAbortQueryPoi Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Ends or cancels an asynchronous search for points of interest.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static void AbortQueryPoi(
IAsyncResult handle
)
Public Shared Sub AbortQueryPoi (
handle As IAsyncResult
)
Parameters
- handle
- Type: SystemIAsyncResult
Must be a PoiAsyncResult.
Exceptions Remarks This call will block until the query thread finishes it current operation.
If the AsyncCallback passed to the PoiAsyncResult is executing when AbortQueryPoi is called,
the calling thread will be blocked until the callback has finished.
See Also