SqlRetryLogicOption.MinTimeInterval Property

Definition

Sets the minimum allowed gap time interval as a TimeSpan object.

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

Property Value

TimeSpan The minimum upcoming gap time before the next execution attempt; the default value is zero and must be between 0 and 120 seconds.

Applies to