Implemented interface member:
method
StopAppHostAsync
Aspire.Cli.Backchannel.IAppHostAuxiliaryBackchannel.StopAppHostAsync(System.Threading.CancellationToken)
3 references to StopAppHostAsync
aspire (3)
Backchannel\AppHostAuxiliaryBackchannel.cs (2)
686return await StopAppHostAsync(cancellationToken).ConfigureAwait(false); 704return await StopAppHostAsync(cancellationToken).ConfigureAwait(false);
Projects\RunningInstanceManager.cs (1)
64await backchannel.StopAppHostAsync(cancellationToken).ConfigureAwait(false);