Table of Contents

Interface IRetryPolicy<TResult>

Namespace
Polly.Retry
Assembly
Polly.dll

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

public interface IRetryPolicy<TResult> : IRetryPolicy, IsPolicy

Type Parameters

TResult
Inherited Members