RetryingEventArgs.Delay Property
Gets the delay that indicates how long the current thread will be suspended before the next iteration is invoked.
Namespace: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.dll) Version: 6.0.0.0 (6.0.1304.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);
}
Property Value
Type: TimeSpan
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace