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)
63
telemetryService.
PostOperation
("testOperation", TelemetryResult.Success, correlatedWith: context.Properties);
149
telemetryService.
PostOperation
("testOperation", TelemetryResult.Success, correlatedWith: context.Properties);