Struct SeverityProviderArguments
Arguments used by SeverityProvider.
public readonly struct SeverityProviderArguments
- Inherited Members
Constructors
SeverityProviderArguments(ResilienceTelemetrySource, ResilienceEvent, ResilienceContext)
Initializes a new instance of the SeverityProviderArguments struct.
public SeverityProviderArguments(ResilienceTelemetrySource source, ResilienceEvent resilienceEvent, ResilienceContext context)
Parameters
source
ResilienceTelemetrySourceThe source that produced the resilience event.
resilienceEvent
ResilienceEventThe resilience event.
context
ResilienceContextThe resilience context.
Properties
Context
Gets the resilience context.
public ResilienceContext Context { get; }
Property Value
Event
Gets the resilience event.
public ResilienceEvent Event { get; }
Property Value
Source
Gets the source that produced the resilience event.
public ResilienceTelemetrySource Source { get; }