Share via


OperationRetryControl.GetRetryDelay Property

Definition

Gets or sets the Func to calculate the RetryDelay for specified retry Attempt.

public Func<int,TimeSpan> GetRetryDelay { get; set; }
member this.GetRetryDelay : Func<int, TimeSpan> with get, set
Public Property GetRetryDelay As Func(Of Integer, TimeSpan)

Property Value

Func which calculate retry delay

Applies to