Method | Description | |
---|---|---|
RetryingEventArgs ( int currentRetryCount, System.TimeSpan delay, |
Initializes a new instance of the RetryingEventArgs class.
|
public RetryingEventArgs ( int currentRetryCount, System.TimeSpan delay, |
||
currentRetryCount | int | The current retry attempt count. |
delay | System.TimeSpan | The delay that indicates how long the current thread will be suspended before the next iteration is invoked. |
lastException | The exception that caused the retry conditions to occur. | |
return | System |