2 references to StartOperation
Aspire.Dashboard (2)
Model\DashboardCommandExecutor.cs (1)
43
var startEvent = telemetryService.
StartOperation
(TelemetryEventKeys.ExecuteCommand,
Telemetry\DashboardTelemetryService.cs (1)
177
/// Posts a short-lived operation. If duration needs to be calculated, use <see cref="DashboardTelemetryService.
StartOperation
"/> and <see cref="DashboardTelemetryService.EndOperation"/> instead.