TelemetryEventArguments
The arguments of the telemetry event.
The arguments associated with the event.
The resilience context.
The event name.
The outcome of an execution.
The source of the event.
public TelemetryEventArguments(ResilienceTelemetrySource Source, string EventName, ResilienceContext Context, Outcome<object>? Outcome, object Arguments)
The arguments of the telemetry event.
public void Deconstruct(out ResilienceTelemetrySource Source, out string EventName, out ResilienceContext Context, out Nullable Outcome, out object Arguments)