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