2 implementations of ConfigureAsync
aspire (1)
Agents\Hooks\TelemetryHookConfigurator.cs (1)
57
public async Task<TelemetryHookConfigurationResult>
ConfigureAsync
(
Aspire.Cli.Tests (1)
Commands\AgentInitCommandTests.cs (1)
978
public Task<TelemetryHookConfigurationResult>
ConfigureAsync
(
2 references to ConfigureAsync
aspire (2)
Agents\Hooks\ITelemetryHookConfigurator.cs (1)
48
/// The outcome of <see cref="ITelemetryHookConfigurator.
ConfigureAsync
"/>.
Commands\AgentInitCommand.cs (1)
487
result = await _telemetryHookConfigurator.
ConfigureAsync
(context.DetectedClients, cancellationToken);