2 references to TryRequestRpcStopAsync
aspire (2)
Processes\ProcessTreeGracefulShutdownService.cs (2)
50return requestRpcStopAsync is not null && await TryRequestRpcStopAsync(requestRpcStopAsync, cancellationToken).ConfigureAwait(false); 173if (requestRpcStopAsync is not null && await TryRequestRpcStopAsync(requestRpcStopAsync, cancellationToken).ConfigureAwait(false))