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