Click or drag to resize

AutocompleteGeocoderCancel Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Cancels any active searches. This method is designed to be called on a thread other than that from which the Geocode Overload method is called. When canceled, the Geocode Overload method will return an AutocompleteGeocoderResult with a status code of SearchCancelled.

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static void Cancel()
See Also