Table of Contents

Namespace Polly.Retry

Classes

RetryPolicy

A retry policy that can be applied to delegates.

RetryPolicy<TResult>

A retry policy that can be applied to delegates returning a value of type TResult.

Interfaces

IRetryPolicy

Defines properties and methods common to all Retry policies.

IRetryPolicy<TResult>

Defines properties and methods common to all Retry policies generic-typed for executions returning results of type TResult.