| IntuitRetryPolicy Constructor (ServiceContext, Int32, 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(
ServiceContext context,
int retryCount,
TimeSpan retryInterval
)
Parameters
- context
- Type: Intuit.Ipp.CoreServiceContext
The service context. - retryCount
- Type: SystemInt32
The number of retry attempts. - retryInterval
- Type: SystemTimeSpan
The time interval between retries.
See Also