| IntuitRetryPolicy Constructor (Int32, TimeSpan, TimeSpan) |
Namespace:
Intuit.Ipp.Retry
Assembly:
Intuit.Ipp.Retry (in Intuit.Ipp.Retry.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic IntuitRetryPolicy(
int retryCount,
TimeSpan initialInterval,
TimeSpan increment
)
Parameters
- retryCount
- Type: SystemInt32
The number of retry attempts. - initialInterval
- Type: SystemTimeSpan
The initial interval that will apply for the first retry. - increment
- Type: SystemTimeSpan
The incremental time value that will be used for calculating the progressive delay between retries.
See Also