3 implementations of StartingAsync
Aspire.Hosting (2)
DistributedApplicationLifecycle.cs (1)
32
public Task
StartingAsync
(CancellationToken cancellationToken)
Orchestrator\OrchestratorHostService.cs (1)
76
public Task
StartingAsync
(CancellationToken cancellationToken)
Aspire.Hosting.Tests (1)
AppHostSmokeTests.cs (1)
112
public Task
StartingAsync
(CancellationToken cancellationToken)
2 references to StartingAsync
Microsoft.Extensions.Hosting (2)
HostOptions.cs (1)
31
/// <see cref="IHostedLifecycleService.
StartingAsync
(CancellationToken)"/> and
Internal\Host.cs (1)
114
(service, token) => service.
StartingAsync
(token)).ConfigureAwait(false);