| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
RetryExceptionHandler.MaximumRetryCount Property
Gets the maximum retry count.
[Visual Basic]
Public Property MaximumRetryCount() As
Integer Public Get
End Get
Public Set
End Set
End Property
[C#]
public
int MaximumRetryCount { public get; public set; }
Property Value
The maximum retry count.
See Also
RetryExceptionHandler Class | Spring.Aspects Namespace