2 references to MonitorProcessesForTerminationAsync
aspire (2)
Processes\ProcessTreeGracefulShutdownService.cs (2)
94if (gracefulShutdownRequested && await MonitorProcessesForTerminationAsync(processesToMonitor, cancellationToken).ConfigureAwait(false)) 102return await MonitorProcessesForTerminationAsync(processesToMonitor, cancellationToken).ConfigureAwait(false);