Table of Contents

Namespace Cuemon.Resilience

Assembly: Cuemon.Core.dll

The Cuemon.Resilience namespace contains types related to applying transient fault handling to existing code using intuitively named methods taking both Action{..} and Func{..} delegates to provide a lightweight resilience framework.

Availability: .NET 8, .NET 7, .NET 6 and .NET Standard 2.0

Classes

AsyncTransientOperationOptions

Specifies options that is related to the TransientOperation class.

LatencyException

The exception that is thrown when a latency related operation was taking to long to complete.

TransientFaultEvidence

Provides evidence about a faulted operation.

TransientFaultException

The exception that is thrown when a transient fault handling was unsuccessful.

TransientOperation

Provides a set of static methods that enable developers to make their applications more resilient by adding robust transient fault handling logic ideal for temporary condition such as network connectivity issues or service unavailability.

TransientOperationOptions

Configuration options for TransientOperation.