Click or drag to resize

DataQueryAbortQueryPoi 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 AbortQueryPoi(
	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 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