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