3 references to CancellationManager
aspire (3)
Commands\BaseCommand.cs (3)
136
services.
CancellationManager
.ConfigureForCommand(GracefulShutdownBudget);
139
services.
CancellationManager
.SetStartedHandler(handlerTask);
142
var terminationTask = services.
CancellationManager
.ProcessTerminationCompletionSource.Task;