DrillDownGeoCoderEndGetRegions Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Waits until the search has finished, then returns the search results.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public RegionSearchResult EndGetRegions(
IAsyncResult result
)
Public Function EndGetRegions (
result As IAsyncResult
) As RegionSearchResult
Parameters
- result
- Type: SystemIAsyncResult
The IAsyncResult returned by BeginGetRegions
Return Value
Type:
RegionSearchResultThe search results and the status of the search.
Remarks See Also