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