Skip to main content

WmsImageSource.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.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public static void SetImageRequestDelay(
    int delay
)

Parameters

Name Type Description
delay Int32

A delay in milliseconds.

See Also