DataQueryEndQueryPoi Method | |
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
)
Public Shared Function EndQueryPoi (
handle As IAsyncResult,
<OutAttribute> ByRef searchComplete As Boolean
) As Poi()
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:
PoiAn array of
Poi objects. Any results that have been returned in a previous call to EndQueryPoi will not be included.
Exceptions See Also