Share via


SqlRetryingEventArgs.Delay Property

Definition

Gets the current waiting time as a TimeSpan object.

public:
 property TimeSpan Delay { TimeSpan get(); };
public TimeSpan Delay { get; }
member this.Delay : TimeSpan
Public ReadOnly Property Delay As TimeSpan

Property Value

TimeSpan The upcoming gap time before the next execution attempt.

Applies to