Click or drag to resize

DrillDownGeoCoderEndGetRegions Method

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

Parameters

result
Type: SystemIAsyncResult
The IAsyncResult returned by BeginGetRegions

Return Value

Type: RegionSearchResult
The search results and the status of the search.
Remarks

Use in conjunction with AbortGetRegions, and BeginGetRegions.

See BeginGetRegions for more details on using the asynchronous region searches method.

See Also