LocationSearchBaseArgsTimeout Property | |
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; }
Public Property Timeout As TimeSpan
Get
Set
Property Value
Type:
TimeSpanImplements
ISearchArgsTimeoutSee Also