Click or drag to resize
IntuitRetryPolicy Constructor (ServiceContext, Int32, TimeSpan, TimeSpan)
Initializes a new instance of the IntuitRetryPolicy class.

Namespace:  Intuit.Ipp.Retry
Assembly:  Intuit.Ipp.Retry (in Intuit.Ipp.Retry.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public IntuitRetryPolicy(
	ServiceContext context,
	int retryCount,
	TimeSpan initialInterval,
	TimeSpan increment
)

Parameters

context
Type: Intuit.Ipp.CoreServiceContext
The service context.
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