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

WmsDataProvider.SetImageRequestDelay(Int32) Method

Specifies a delay between synchronous requests to the server when multiple layers have the same ServerUri value.

Namespace: DevExpress.Xpf.Map

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

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

Declaration

public static void SetImageRequestDelay(
    int delay
)

Parameters

Name Type Description
delay Int32

A delay in milliseconds.

See Also