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)
149public Task<GetDashboardInfoResponse?> GetDashboardInfoV2Async(CancellationToken cancellationToken = default)
2 references to GetDashboardInfoV2Async
aspire (2)
Commands\TelemetryCommandHelpers.cs (1)
129var dashboardInfo = await result.Connection!.GetDashboardInfoV2Async(cancellationToken);
Mcp\Tools\McpToolHelpers.cs (1)
21var dashboardInfo = await connection.GetDashboardInfoV2Async(cancellationToken).ConfigureAwait(false);