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