Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.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.Win.ApplicationBuilder

Assembly: DevExpress.ExpressApp.Security.Xpo.Extensions.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Security.Xpo.Extensions.Win

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