Table of Contents

Struct BehaviorGeneratorArguments

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

Arguments used by the behavior chaos strategy to execute a user's delegate custom action.

public readonly struct BehaviorGeneratorArguments
Inherited Members

Constructors

BehaviorGeneratorArguments(ResilienceContext)

Initializes a new instance of the BehaviorGeneratorArguments struct.

public BehaviorGeneratorArguments(ResilienceContext context)

Parameters

context ResilienceContext

The resilience context instance.

Properties

Context

Gets the resilience context instance.

public ResilienceContext Context { get; }

Property Value

ResilienceContext