<PackageReference Include="Polly.Core" Version="8.0.0-alpha.4" />

TelemetryEventArguments

The arguments of the telemetry event.
public object Arguments { get; }

Gets the arguments associated with the event.

public ResilienceContext Context { get; }

Gets the resilience context.

public string EventName { get; }

Gets the event name.

public Outcome<object>? Outcome { get; }

Gets the outcome of an execution.

Gets the source of the event.

public bool Equals(TelemetryEventArguments other)