Click or drag to resize

LocationSearchBaseArgsTimeout Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Specifies how long the search should continue before terminating prematurely. Specifying a timeout of TimeSpan.Zero means that the search will not timeout. When a search times out, the LocationSearchResult object returned contains all suggestions found prior to the timeout and has a status of Timeout.

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public TimeSpan Timeout { get; set; }

Property Value

Type: TimeSpan

Implements

ISearchArgsTimeout
See Also