2 implementations of NotifyAppHostStartupCompletedAsync
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
640
public async Task
NotifyAppHostStartupCompletedAsync
(CancellationToken cancellationToken)
Aspire.Cli.Tests (1)
TestServices\TestExtensionBackchannel.cs (1)
236
public Task
NotifyAppHostStartupCompletedAsync
(CancellationToken cancellationToken)
1 reference to NotifyAppHostStartupCompletedAsync
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
327
var result = _extensionTaskChannel.Writer.TryWrite(() => Backchannel.
NotifyAppHostStartupCompletedAsync
(_cancellationToken));