Skip to main content
All docs
V25.1
  • 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.v25.1.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