2 implementations of StopServerAsync
Aspire.Hosting (1)
Dcp\KubernetesService.cs (1)
358
public Task
StopServerAsync
(string resourceCleanup = ResourceCleanup.Full, CancellationToken cancellationToken = default)
Aspire.Hosting.Tests (1)
Dcp\TestKubernetesService.cs (1)
233
public Task
StopServerAsync
(string resourceCleanup = "Full", CancellationToken cancellation = default)
1 reference to StopServerAsync
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
219
await _kubernetesService.
StopServerAsync
(Model.ResourceCleanup.Full, cancellationToken).ConfigureAwait(false);