Table of Contents

Class ExponentialBackoffRetryAttribute

Namespace
Microsoft.Azure.WebJobs
Assembly
Microsoft.Azure.WebJobs.Host.dll
public class ExponentialBackoffRetryAttribute : RetryAttribute, IRetryStrategy
Inheritance
ExponentialBackoffRetryAttribute
Implements
Inherited Members

Constructors

ExponentialBackoffRetryAttribute(int, string, string)

public ExponentialBackoffRetryAttribute(int maxRetryCount, string minimumInterval, string maximumInterval)

Parameters

maxRetryCount int
minimumInterval string
maximumInterval string

Properties

MaximumInterval

public string MaximumInterval { get; }

Property Value

string

MinimumInterval

public string MinimumInterval { get; }

Property Value

string

Methods

GetNextDelay(RetryContext)

public override TimeSpan GetNextDelay(RetryContext context)

Parameters

context RetryContext

Returns

TimeSpan