DataQueryAbortQueryPoiAsynchronously 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 AbortQueryPoiAsynchronously(
IAsyncResult handle
)
Public Shared Sub AbortQueryPoiAsynchronously (
handle As IAsyncResult
)
Parameters
- handle
- Type: SystemIAsyncResult
Must be a PoiAsyncResult.
Exceptions Remarks This call will not wait for the query thread to finish and will return immediately.
If the AsyncCallback passed to the PoiAsyncResult is executing when AbortQueryPoiAsynchronously is called,
it will run until the callback is completed.
See Also