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

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 ResilienceEvent Event { get; }

Gets the event.

public Outcome<object>? Outcome { get; }

Gets the outcome of an execution.

Gets the source of the event.

public bool Equals(TelemetryEventArguments other)