Jaa


RetryingEventArgs.Delay Property

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information, see Transient Fault Handling.

Gets the delay indicating how long the current thread will be suspended for before the next iteration will be invoked.

Namespace: Microsoft.Practices.TransientFaultHandling
Assembly: Microsoft.Practices.TransientFaultHandling.Core (in Microsoft.Practices.TransientFaultHandling.Core.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

public TimeSpan Delay { get; private set; }
'Declaration
Public Property Delay As TimeSpan
    Get
    Private Set
public:
property TimeSpan Delay {
    TimeSpan get ();
    private: void set (TimeSpan value);
}

See Also

RetryingEventArgs Class

Microsoft.Practices.TransientFaultHandling Namespace