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