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