Table of Contents

Interface IRetryStrategy

Namespace
Microsoft.Azure.WebJobs.Host
Assembly
Microsoft.Azure.WebJobs.Host.dll
public interface IRetryStrategy

Properties

MaxRetryCount

int MaxRetryCount { get; }

Property Value

int

Methods

GetNextDelay(RetryContext)

TimeSpan GetNextDelay(RetryContext context)

Parameters

context RetryContext

Returns

TimeSpan