1 implementation of StopAsync
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
143
public async Task
StopAsync
(CancellationToken cancellationToken)
1 reference to StopAsync
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
185
await _dcpExecutor.
StopAsync
(cancellationToken).ConfigureAwait(false);