Struct BehaviorGeneratorArguments
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
ResilienceContextThe resilience context instance.
Properties
Context
Gets the resilience context instance.
public ResilienceContext Context { get; }