2 implementations of StartedAsync
Aspire.Hosting (2)
DistributedApplicationLifecycle.cs (1)
21
public Task
StartedAsync
(CancellationToken cancellationToken)
Orchestrator\OrchestratorHostService.cs (1)
70
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);