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