5 references to PostOperation
Aspire.Dashboard (3)
Components\Pages\ComponentTelemetryContext.cs (2)
98_telemetryService.PostOperation( 109_telemetryService?.PostOperation(
Telemetry\DashboardTelemetryService.cs (1)
85/// Begin a long-running user operation. Prefer this over <see cref="PostOperation"/>. If an explicit user task caused this operation to start,
Aspire.Dashboard.Tests (2)
Telemetry\DashboardTelemetryServiceTests.cs (2)
63telemetryService.PostOperation("testOperation", TelemetryResult.Success, correlatedWith: context.Properties); 149telemetryService.PostOperation("testOperation", TelemetryResult.Success, correlatedWith: context.Properties);