Click or drag to resize
IntuitRetryPolicy Constructor (ServiceContext, Int32, 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 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