3 implementations of RequestStopAsync
aspire (1)
Backchannel\AppHostBackchannel.cs (1)
48
public async Task
RequestStopAsync
(CancellationToken cancellationToken)
Aspire.Cli.Tests (2)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
626
public Task
RequestStopAsync
(CancellationToken cancellationToken) => Task.CompletedTask;
TestServices\TestAppHostBackchannel.cs (1)
43
public Task
RequestStopAsync
(CancellationToken cancellationToken)
1 reference to RequestStopAsync
aspire (1)
Commands\PublishCommandBase.cs (1)
172
await backchannel.
RequestStopAsync
(cancellationToken).ConfigureAwait(false);