|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($count=1, $intervalBetweenRetries=0) | |
| execute ($function, $parameters=array()) | |
Protected Attributes | |
| $_retryCount = 1 | |
| $_retryInterval = 0 | |
Definition at line 40 of file RetryN.php.
| __construct | ( | $ | count = 1, |
| $ | intervalBetweenRetries = 0 |
||
| ) |
Constructor
| int | $count | Number of retries |
| int | $intervalBetweenRetries | Interval between retries (in milliseconds) |
Definition at line 62 of file RetryN.php.
Execute function under retry policy
| string | array | $function | Function to execute |
| array | $parameters | Parameters for function call |
Reimplemented from Zend_Service_WindowsAzure_RetryPolicy_RetryPolicyAbstract.
Definition at line 75 of file RetryN.php.
$_retryCount = 1 [protected] |
Definition at line 47 of file RetryN.php.
$_retryInterval = 0 [protected] |
Definition at line 54 of file RetryN.php.