DrillDownGeoCoderAbortGetStreets Method | |
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
)
Public Function AbortGetStreets (
asyncresult As IAsyncResult
) As Boolean
Parameters
- asyncresult
- Type: SystemIAsyncResult
The result of the asynchronous operation.
Return Value
Type:
BooleanTrue if the operation was canceled; otherwise false.
Remarks See Also