Table of Contents

Class FixedDelayRetryAttribute

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

Constructors

FixedDelayRetryAttribute(int, string)

public FixedDelayRetryAttribute(int maxRetryCount, string delayInterval)

Parameters

maxRetryCount int
delayInterval string

Properties

DelayInterval

public string DelayInterval { get; }

Property Value

string

Methods

GetNextDelay(RetryContext)

public override TimeSpan GetNextDelay(RetryContext context)

Parameters

context RetryContext

Returns

TimeSpan