1 implementation of RequestStopAsync
aspire (1)
Backchannel\AppHostBackchannel.cs (1)
46
public async Task
RequestStopAsync
(CancellationToken cancellationToken)
1 reference to RequestStopAsync
aspire (1)
Commands\PublishCommand.cs (1)
160
await backchannel.
RequestStopAsync
(cancellationToken).ConfigureAwait(false);