TelemetryEventArguments<TResult, TArgs>
Represents the information about the resilience event.
Gets the arguments associated with the resilience event.
Gets the context associated with the resilience event.
Gets the resilience event.
Gets the outcome associated with the resilience event, if any.
Gets the source that produced the resilience event.
public TelemetryEventArguments(ResilienceTelemetrySource source, ResilienceEvent resilienceEvent, ResilienceContext context, TArgs args, Outcome<TResult>? outcome)
Initializes a new instance of the TelemetryEventArguments<T, U> struct.