3 references to EndOperation
Aspire.Dashboard (3)
Model\DashboardCommandExecutor.cs (1)
58
telemetryService.
EndOperation
(operationId, TelemetryResult.Success);
Telemetry\DashboardTelemetryService.cs (2)
86
/// use <see cref="StartUserTask"/> instead. Duration will be automatically calculated and the end event posted after <see cref="DashboardTelemetryService.
EndOperation
"/> is called.
177
/// Posts a short-lived operation. If duration needs to be calculated, use <see cref="DashboardTelemetryService.StartOperation"/> and <see cref="DashboardTelemetryService.
EndOperation
"/> instead.