Share via


RetryingEventArgs.Delay Property

 

Gets the delay that indicates how long the current thread will be suspended before the next iteration is invoked.

Namespace:   Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public TimeSpan Delay { get; private set; }
public:
property TimeSpan Delay {
    TimeSpan get();
    private: void set(TimeSpan value);
}
member Delay : TimeSpan with get, private set
Public Property Delay As TimeSpan
    Get
    Private Set
End Property

Property Value

Type: System.TimeSpan

See Also

RetryingEventArgs Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace

Return to top