Click or drag to resize

DataQueryAbortQueryPoiAsynchronously Method

Verizon Connect Logo
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
)

Parameters

handle
Type: SystemIAsyncResult
Must be a PoiAsyncResult.
Exceptions
ExceptionCondition
InvalidAsyncResultThrown when handle is not a valid POI query.
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