| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
RetryExceptionHandler.IsDelayBased Property
Gets a value indicating whether this instance is delay based.
[Visual Basic]
Public Property IsDelayBased() As
Boolean Public Get
End Get
Public Set
End Set
End Property
[C#]
public
bool IsDelayBased { public get; public set; }
Property Value
true if this instance is delay based; otherwise, false.
See Also
RetryExceptionHandler Class | Spring.Aspects Namespace