Navigation :
BufferPolicy
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 BufferPolicy : IBufferPolicy, PolicyBase
Base types
PolicyBase
Implements interfaces
IBufferPolicy
Represent the buffer policy implementation in exception handling
Fields
Constructors
BufferPolicy(int numberOfTimes, TimeSpan interval)
Initializes a new instance of the BufferPolicy class.
Parameters
Name |
Description |
numberOfTimes |
The number of times. |
interval |
The interval. |
Exceptions
Name |
Description |
ArgumentOutOfRangeException |
The numberOfTimes is out of range. |
Methods
ToString()
The overrided ToString()
Returns
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion