Click or drag to resize

DrillDownGeoCoderEndGetStreets 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 StreetSearchResult EndGetStreets(
	IAsyncResult result
)

Parameters

result
Type: SystemIAsyncResult
The result of the asynchronous operation.

Return Value

Type: StreetSearchResult
The search results.
Remarks
Use in conjunction with AbortGetStreets(IAsyncResult), and BeginGetStreets.

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

See Also