Table of Contents

Interface IApizrResilienceContextOptions

Namespace
Apizr.Configuring.Shared.Context
Assembly
Apizr.dll
public interface IApizrResilienceContextOptions

Properties

ContinueOnCapturedContext

Gets the value indicating whether to continue on captured context, if any.

bool? ContinueOnCapturedContext { get; }

Property Value

bool?

ReturnToPoolOnComplete

Gets the value indicating whether to return the context to the pool, when request completes.

bool? ReturnToPoolOnComplete { get; }

Property Value

bool?