Class RetryStrategy
Inheritance
RetryStrategy
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Rest.ClientRuntime.dll
Syntax
public abstract class RetryStrategy
Constructors
Declaration
protected RetryStrategy (string name, bool firstFastRetry);
Parameters
Fields
Declaration
public static readonly int DefaultClientRetryCount;
Field Value
Declaration
public static readonly bool DefaultFirstFastRetry;
Field Value
Declaration
public static readonly TimeSpan DefaultRetryInterval;
Field Value
Properties
Declaration
public bool FastFirstRetry { get; set; }
Property Value
Declaration
public string Name { get; }
Property Value
Methods
Declaration
public abstract Microsoft.Rest.TransientFaultHandling.ShouldRetryHandler GetShouldRetryHandler ();
Returns