2 references to TelemetryEndOperation
Aspire.Dashboard (2)
Telemetry\DashboardTelemetryService.cs (2)
123var context = OperationContext.Create(propertyCount: 0, name: TelemetryEndpoints.TelemetryEndOperation); 126await client.PostAsJsonAsync(TelemetryEndpoints.TelemetryEndOperation, new EndOperationRequest(Id: (string)propertyGetter(operationId), Result: result, ErrorMessage: errorMessage)).ConfigureAwait(false);