1 implementation of ITelemetryResponse
Aspire.Dashboard (1)
Telemetry\TelemetryResponses.cs (1)
23public class TelemetryResponse<T>(HttpStatusCode statusCode, T? result) : ITelemetryResponse<T>