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

Public Member Functions | |
| execute ($function, $parameters=array()) | |
Static Public Member Functions | |
| static | noRetry () |
| static | retryN ($count=1, $intervalBetweenRetries=0) |
Definition at line 45 of file RetryPolicyAbstract.php.
Execute function under retry policy
| string | array | $function | Function to execute |
| array | $parameters | Parameters for function call |
Reimplemented in Zend_Service_WindowsAzure_RetryPolicy_RetryN, and Zend_Service_WindowsAzure_RetryPolicy_NoRetry.
| static noRetry | ( | ) | [static] |
Create a Zend_Service_WindowsAzure_RetryPolicy_NoRetry instance
Definition at line 61 of file RetryPolicyAbstract.php.

| static retryN | ( | $ | count = 1, |
| $ | intervalBetweenRetries = 0 |
||
| ) | [static] |
Create a Zend_Service_WindowsAzure_RetryPolicy_RetryN instance
| int | $count | Number of retries |
| int | $intervalBetweenRetries | Interval between retries (in milliseconds) |
Definition at line 73 of file RetryPolicyAbstract.php.