2 implementations of GetDashboardInfoV2Async
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
441
public async Task<GetDashboardInfoResponse?>
GetDashboardInfoV2Async
(CancellationToken cancellationToken = default)
Aspire.Cli.Tests (1)
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
124
public Task<GetDashboardInfoResponse?>
GetDashboardInfoV2Async
(CancellationToken cancellationToken = default)
1 reference to GetDashboardInfoV2Async
aspire (1)
Commands\TelemetryCommandHelpers.cs (1)
129
var dashboardInfo = await result.Connection!.
GetDashboardInfoV2Async
(cancellationToken);