Table of Contents

Struct OnBehaviorInjectedArguments

Namespace
Polly.Simmy.Behavior
Assembly
Polly.Core.dll

Arguments used by the behavior chaos strategy to notify that a custom behavior was injected.

public readonly struct OnBehaviorInjectedArguments
Inherited Members

Constructors

OnBehaviorInjectedArguments(ResilienceContext)

Initializes a new instance of the OnBehaviorInjectedArguments struct.

public OnBehaviorInjectedArguments(ResilienceContext context)

Parameters

context ResilienceContext

The resilience context instance.

Properties

Context

Gets the resilience context instance.

public ResilienceContext Context { get; }

Property Value

ResilienceContext