RecoveryDelay Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The RecoveryDelay type exposes the following members.
Name | Description | |
---|---|---|
RecoveryDelay |
Initializes a new instance of the RecoveryDelay class.
| |
RecoveryDelay(TimeSpan, Int32, RecoveryStrategyDelayType) |
Initializes a new instance of the RecoveryDelay class.
|
Name | Description | |
---|---|---|
CustomDelayCalculatorFunc |
Gets or sets the custom delay calculator function. Used when the delaytype is 'Custom'.
Input is (a, b), where a is the attempt number (so first retry is 1, next is 2 etc.), b is the delayParameter.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetNextDelayPeriod |
Gets the next delay period. Calculates based on the delay type and the delay parameter the next delay for the attempt specified.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |