Implemented interface member:
method
StopAppHostAsync
Aspire.Cli.Backchannel.IAppHostAuxiliaryBackchannel.StopAppHostAsync(System.Threading.CancellationToken)
2 references to StopAppHostAsync
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (2)
921return await StopAppHostAsync(cancellationToken).ConfigureAwait(false); 941return await StopAppHostAsync(cancellationToken).ConfigureAwait(false);