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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security.Xpo.Extensions.Win
Declaration
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