1 implementation of StartedAsync
Aspire.Hosting (1)
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);