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