Skip to main content
A newer version of this page is available. .

TileImageRequestOptions.Timeout Property

Gets or sets the timeout between two requests of a one tile image if the first request failed.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public int Timeout { get; set; }

Property Value

Type Description
Int32

The timeout in seconds.

Property Paths

You can access this nested property as listed below:

Object Type Path to Timeout
BingMapDataProvider
.RequestOptions .Timeout
MapDataProviderBase
.RequestOptions .Timeout
OpenStreetMapDataProvider
.RequestOptions .Timeout
See Also