3 implementations of StartedAsync
Aspire.Hosting (2)
DistributedApplicationLifecycle.cs (1)
22
public Task
StartedAsync
(CancellationToken cancellationToken)
Orchestrator\OrchestratorHostService.cs (1)
70
public Task
StartedAsync
(CancellationToken cancellationToken)
Aspire.Hosting.Tests (1)
AppHostSmokeTests.cs (1)
107
public Task
StartedAsync
(CancellationToken cancellationToken)
2 references to StartedAsync
Microsoft.Extensions.Hosting (2)
HostOptions.cs (1)
32
/// <see cref="IHostedLifecycleService.
StartedAsync
(CancellationToken)"/>.
Internal\Host.cs (1)
139
(service, token) => service.
StartedAsync
(token)).ConfigureAwait(false);