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