1 implementation of Termination
Aspire.Hosting.Browsers (1)
BrowserHost.cs (1)
35public abstract Task Termination { get; }
3 references to Termination
Aspire.Hosting.Browsers (3)
BrowserPageSession.cs (3)
336var completedTask = await Task.WhenAny(_host.Termination, connectionSnapshot.Completion, _completionSource.Task).ConfigureAwait(false); 343if (completedTask == _host.Termination) 395if (_host.Termination.IsCompleted)