Implemented interface member:
method
GetDashboardUrlsAsync
Aspire.Cli.Backchannel.IAppHostAuxiliaryBackchannel.GetDashboardUrlsAsync(System.Threading.CancellationToken)
1 reference to GetDashboardUrlsAsync
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
447
var urlsState = await
GetDashboardUrlsAsync
(cancellationToken).ConfigureAwait(false);