1 write to _orchestrator
Aspire.Hosting.Tests (1)
Dcp\ApplicationOrchestratorProxy.cs (1)
12
_orchestrator
= orchestrator;
2 references to _orchestrator
Aspire.Hosting.Tests (2)
Dcp\ApplicationOrchestratorProxy.cs (2)
17
public Task StartResourceAsync(string resourceName, CancellationToken cancellationToken) =>
_orchestrator
.StartResourceAsync(resourceName, cancellationToken);
19
public Task StopResourceAsync(string resourceName, CancellationToken cancellationToken) =>
_orchestrator
.StopResourceAsync(resourceName, cancellationToken);