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