DrillDownGeoCoderAbortGetRegions Method | |
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
)
Public Function AbortGetRegions (
asyncresult As IAsyncResult
) As Boolean
Parameters
- asyncresult
- Type: SystemIAsyncResult
The IAsyncResult returned by BeginGetRegions.
Return Value
Type:
BooleanTrue if the operation was canceled; otherwise false.
See Also