1 implementation of StopServerAsync
Aspire.Hosting (1)
Dcp\KubernetesService.cs (1)
358
public Task
StopServerAsync
(string resourceCleanup = ResourceCleanup.Full, CancellationToken cancellationToken = default)
1 reference to StopServerAsync
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
199
await _kubernetesService.
StopServerAsync
(Model.ResourceCleanup.Full, cancellationToken).ConfigureAwait(false);