Click or drag to resize
RetryHelperRetry Method
Retry

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static void Retry(
	int retryCount,
	TimeSpan interval,
	bool throwIfFail,
	RetryAction action
)

Parameters

retryCount
Type: SystemInt32

[Missing <param name="retryCount"/> documentation for "M:Adf.RetryHelper.Retry(System.Int32,System.TimeSpan,System.Boolean,Adf.RetryAction)"]

interval
Type: SystemTimeSpan

[Missing <param name="interval"/> documentation for "M:Adf.RetryHelper.Retry(System.Int32,System.TimeSpan,System.Boolean,Adf.RetryAction)"]

throwIfFail
Type: SystemBoolean

[Missing <param name="throwIfFail"/> documentation for "M:Adf.RetryHelper.Retry(System.Int32,System.TimeSpan,System.Boolean,Adf.RetryAction)"]

action
Type: AdfRetryAction

[Missing <param name="action"/> documentation for "M:Adf.RetryHelper.Retry(System.Int32,System.TimeSpan,System.Boolean,Adf.RetryAction)"]

See Also