Struct ApizrResilienceContextSettings
- Namespace
- Apizr.Resiliencing
- Assembly
- Apizr.dll
Settings used by Apizr when dealing with ResilienceContext.
public readonly struct ApizrResilienceContextSettings
- Inherited Members
Constructors
ApizrResilienceContextSettings(bool?, bool?)
Initializes a new instance of the ApizrResilienceContextSettings struct.
public ApizrResilienceContextSettings(bool? continueOnCapturedContext = null, bool? returnToPoolOnComplete = null)
Parameters
continueOnCapturedContext
bool?Value indicating whether to continue on captured context.
returnToPoolOnComplete
bool?
Properties
ContinueOnCapturedContext
Gets the value indicating whether to continue on captured context, if any.
public bool? ContinueOnCapturedContext { get; }
Property Value
- bool?
ReturnToPoolOnComplete
Gets the value indicating whether to return the context to the pool, when request completes.
public bool? ReturnToPoolOnComplete { get; }
Property Value
- bool?