Click or drag to resize

DataQueryEndQueryPoi Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Receive the next set of Poi results from an asynchronous Poi query.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static Poi[] EndQueryPoi(
	IAsyncResult handle,
	out bool searchComplete
)

Parameters

handle
Type: SystemIAsyncResult
Must be a PoiAsyncResult.
searchComplete
Type: SystemBoolean
Set to true if there are no more results to receive. False if more results are still to come.

Return Value

Type: Poi
An array of Poi objects. Any results that have been returned in a previous call to EndQueryPoi will not be included.
Exceptions
ExceptionCondition
InvalidAsyncResultThrown when handle is not a valid POI query.
See Also