Skip to main content
.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. Microsoft.Rest.TransientFaultHandling
  3. RetryPolicy
  4. ErrorDetectionStrategy
  • RetryPolicy
    • RetryPolicy(ITransientErrorDetectionStrategy, Int32)
    • RetryPolicy(ITransientErrorDetectionStrategy, RetryStrategy)
    • RetryPolicy(ITransientErrorDetectionStrategy, Int32, TimeSpan)
    • RetryPolicy(ITransientErrorDetectionStrategy, Int32, TimeSpan, TimeSpan)
    • RetryPolicy(ITransientErrorDetectionStrategy, Int32, TimeSpan, TimeSpan, TimeSpan)
    • ErrorDetectionStrategy
    • RetryStrategy
    • ExecuteAction(Action)
    • ExecuteAction<TResult>(Func<TResult>)
    • ExecuteAsync(Func<Task>)
    • ExecuteAsync<TResult>(Func<Task<TResult>>)
    • ExecuteAsync(Func<Task>, CancellationToken)
    • ExecuteAsync<TResult>(Func<Task<TResult>>, CancellationToken)
    • OnRetrying(Int32, Exception, TimeSpan)
    • Retrying
netcoreapp2.2
namespace Microsoft.Rest.TransientFaultHandling
{
    public class RetryPolicy
    {
        public ITransientErrorDetectionStrategy ErrorDetectionStrategy { get; }
    }
}
.NET Core 2.02.12.2
Information specific to netcoreapp2.2
Assembly

Microsoft.Rest.ClientRuntime , Version=2.0.0.0, PublicKeyToken=31bf3856ad364e35

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙