2 references to SubscribeAsync
Aspire.Hosting (1)
Lifecycle\TerminalHostOrphanCleanupService.cs (1)
518
=> cleanupService.
SubscribeAsync
(eventing, executionContext, cancellationToken);
Aspire.Hosting.Tests (1)
WithTerminalTests.cs (1)
1343
await cleanupService.
SubscribeAsync
(builder.Eventing, executionContext, CancellationToken.None);