Implemented interface member:
method
WaitForExitAsync
Aspire.Cli.Projects.IAppHostServerSession.WaitForExitAsync()
8 references to WaitForExitAsync
aspire (2)
Projects\AppHostServerSession.cs (2)
16
/// process and wires lifecycle observation, and <see cref="
WaitForExitAsync
"/>
153
/// process then runs in the background). Use <see cref="
WaitForExitAsync
"/> to observe the exit
Aspire.Cli.Tests (6)
Projects\AppHostServerSessionTests.cs (6)
195
var completion = session.
WaitForExitAsync
();
244
var completion = session.
WaitForExitAsync
();
288
var completion = session.
WaitForExitAsync
();
328
var completion = session.
WaitForExitAsync
();
360
var completion = session.
WaitForExitAsync
();
388
var exitCode = await session.
WaitForExitAsync
().WaitAsync(TimeSpan.FromSeconds(30));