Click or drag to resize

DrillDownGeoCoderAbortGetRegions Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Ends or cancels an asynchronous region search operation.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool AbortGetRegions(
	IAsyncResult asyncresult
)

Parameters

asyncresult
Type: SystemIAsyncResult
The IAsyncResult returned by BeginGetRegions.

Return Value

Type: Boolean
True if the operation was canceled; otherwise false.
See Also