Compartir a través de


ExponentialRetry Constructores

Definición

Sobrecargas

ExponentialRetry()
ExponentialRetry(TimeSpan, Int32)

ExponentialRetry()

public ExponentialRetry ();
Public Sub New ()

Se aplica a

ExponentialRetry(TimeSpan, Int32)

public ExponentialRetry (TimeSpan deltaBackoff, int maxAttempts);
new Microsoft.WindowsAzure.Storage.RetryPolicies.ExponentialRetry : TimeSpan * int -> Microsoft.WindowsAzure.Storage.RetryPolicies.ExponentialRetry
Public Sub New (deltaBackoff As TimeSpan, maxAttempts As Integer)

Parámetros

deltaBackoff
TimeSpan
maxAttempts
Int32

Se aplica a