2 implementations of WaitForExitAsync
aspire (1)
Projects\AppHostServerSession.cs (1)
259
public Task<int>
WaitForExitAsync
()
Aspire.Cli.Tests (1)
TestServices\FakeAppHostServerSession.cs (1)
64
public Task<int>
WaitForExitAsync
() => _exit.Task;
3 references to WaitForExitAsync
aspire (3)
Projects\GuestAppHostProject.cs (2)
501
serverCompletion = serverSession.
WaitForExitAsync
();
1112
serverCompletion = serverSession.
WaitForExitAsync
();
Projects\IAppHostServerSession.cs (1)
13
/// (<see cref="
WaitForExitAsync
"/>), captured output, and the connection details the guest AppHost