DrillDownGeoCoderEndGetStreets 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 StreetSearchResult EndGetStreets(
IAsyncResult result
)
Public Function EndGetStreets (
result As IAsyncResult
) As StreetSearchResult
Parameters
- result
- Type: SystemIAsyncResult
The result of the asynchronous operation.
Return Value
Type:
StreetSearchResultThe search results.
Remarks See Also