Navigation :
RetryPolicy
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel.ExceptionHandling |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Portable Class Libraries, Xamarin - Android, Xamarin - iOS |
public class RetryPolicy : IRetryPolicy, PolicyBase
Base types
PolicyBase
Implements interfaces
IRetryPolicy
Represents the retry policy.
Constructors
RetryPolicy(int numberOfTimes, TimeSpan interval)
Initializes a new instance of the RetryPolicy class.
Parameters
Name |
Description |
numberOfTimes |
The number of times. |
interval |
The interval. |
Exceptions
Name |
Description |
System.ArgumentOutOfRangeException |
The numberOfTimes is larger than1 . |
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion