Skip to content
Steve Bohlen edited this page Sep 4, 2016 · 2 revisions

Overview

Proteus.Retry is a .NET utility library that provides support for easily invoking methods such that they can be automatically retried on failure. Retry behavior (including number of retries, interval between successive retries, and so on) are controlled through the definition of Retry Policies that can be applied to each invocation of your method.

For a quick getting-started guide, see the ReadMe here.

Online Resources

Clone this wiki locally