1 implementation of StartedAsync
Aspire.Hosting (1)
Dcp\DcpHostService.cs (1)
376
public Task
StartedAsync
(CancellationToken _)
2 references to StartedAsync
Microsoft.Extensions.Hosting (2)
HostOptions.cs (1)
32
/// <see cref="IHostedLifecycleService.
StartedAsync
(CancellationToken)"/>.
Internal\Host.cs (1)
140
(service, token) => service.
StartedAsync
(token)).ConfigureAwait(false);