Table of Contents

Struct OnCircuitHalfOpenedArguments

Namespace
Polly.CircuitBreaker
Assembly
Polly.Core.dll

Arguments used by OnHalfOpened event.

public readonly struct OnCircuitHalfOpenedArguments
Inherited Members

Remarks

Always use the constructor when creating this struct, otherwise we do not guarantee binary compatibility.

Constructors

OnCircuitHalfOpenedArguments(ResilienceContext)

Initializes a new instance of the OnCircuitHalfOpenedArguments struct.

public OnCircuitHalfOpenedArguments(ResilienceContext context)

Parameters

context ResilienceContext

The context instance.

Properties

Context

Gets the context associated with the execution of a user-provided callback.

public ResilienceContext Context { get; }

Property Value

ResilienceContext