Skip to main content
All docs
V25.1
  • .NET 8.0+
    • The page you are viewing does not exist in the .NET Framework 4.6.2+ platform documentation. This link will take you to the parent topic of the current section.

    MiddleTierSecurityOptions.WaitForMiddleTierServerReady(TimeSpan) Method

    Delays the start of the XAF Windows Forms application for a specified period or until the Middle Tier Server is ready to receive and handle client requests.

    Namespace: DevExpress.ExpressApp.ApplicationBuilder

    Assembly: DevExpress.ExpressApp.Security.Xpo.v25.1.dll

    NuGet Package: DevExpress.ExpressApp.Security.Xpo

    Declaration

    public void WaitForMiddleTierServerReady(
        TimeSpan timeout
    )

    Parameters

    Name Type Description
    timeout TimeSpan

    A TimeSpan object that specifies the maximum delay duration. When the time runs out, the application starts whether the Middle Tier Server is ready.

    Remarks

    Note

    This method only works if your XAF Windows Forms application and the Middle Tier Server run on the same machine.

    We recommend that you use this method for development purposes in debug mode only.

    See Also