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() Method

Delays the start of the XAF Windows Forms application 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()

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