| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
RetryExceptionHandler.DelayTimeSpan Property
Gets or sets the delay time span to sleep after an exception is thrown and a rety is attempted.
[Visual Basic]
Public Property DelayTimeSpan() As
TimeSpan Public Get
End Get
Public Set
End Set
End Property
[C#]
public
TimeSpan DelayTimeSpan { public get; public set; }
Property Value
The delay time span.
See Also
RetryExceptionHandler Class | Spring.Aspects Namespace