SqlRetryLogicOption.MaxTimeInterval Property

Definition

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

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

Property Value

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

Applies to