2 references to TelemetryStartUserTask
Aspire.Dashboard (2)
Telemetry\DashboardTelemetryService.cs (2)
141
var context = OperationContext.Create(propertyCount: 2, name: GetCompositeEventName(eventName, TelemetryEndpoints.
TelemetryStartUserTask
));
151
var response = await PostRequestAsync<StartOperationRequest, StartOperationResponse>(client, TelemetryEndpoints.
TelemetryStartUserTask
, new StartOperationRequest(eventName, scopeSettings)).ConfigureAwait(false);