The ChannelAdam Transient Fault Handling Library
Overview
An open source, .NET Standard 1.0 library that provides an abstraction for implementing retry policies.
Below are the main features of the library. See the linked code for details.
Please contact me if you have any questions.
Getting Started
NuGet Package Installation
To install the ChannelAdam.TransientFaultHandling NuGet package run the following command in the Package Manager Console:
1PM> Install-Package ChannelAdam.TransientFaultHandling
Usage
See Sample Retry Policy Adapter for an example of implementing an IRetryPolicyFunction
.
Reference
Some handy interfaces to describe retry policies.