public RetryTimeAspect ( uint keepTryingForMilliseconds, uint millisecDelayBetweenRetries, FailureDetectorDelegate optionalFailureDetector = null ) : System |
keepTryingForMilliseconds |
uint |
Time period during which attempts will be made to call intercepted method. |
millisecDelayBetweenRetries |
uint |
|
optionalFailureDetector |
FailureDetectorDelegate |
Optional custom method to decide whether failure occurred and retry is required. If not provided, exception in the main method or result post-processing will trigger retry. |
Résultat |
System |
|