Click or drag to resize

DrillDownGeoCoderAbortGetStreets Method

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

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

Parameters

asyncresult
Type: SystemIAsyncResult
The result of the asynchronous operation.

Return Value

Type: Boolean
True if the operation was canceled; otherwise false.
Remarks
Use in conjunction with BeginGetStreets, and EndGetStreets.

See BeginGetStreets for more details on using the asynchronous street search methods.

See Also