SqlRetryLogicOption.DeltaTime Property

Definition

Sets the gap time interval as a TimeSpan object.

public:
 property TimeSpan DeltaTime { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan DeltaTime { get; set; }
member this.DeltaTime : TimeSpan with get, set
Public Property DeltaTime As TimeSpan

Property Value

TimeSpan The upcoming gap time before the next execution attempt; must be between 0 and 120 seconds.

Applies to