Set a periodic retry period for a request operation.
The operation will be retried at the specified period until the operation times out or completes.
- Note
- Either a retry period or a retry callback may be set, but not both. The most recent call to either DOFOperationControl_SetRetryPeriod or DOFOperationControl_SetRetryCallback will apply.
- Parameters
-
self | A operationControl. This must not be NULL. |
period | The number of milliseconds between retries. |
- Returns
- TRUE if the retry period was set, FALSE otherwise.
- See Also
- DOFOperationControl_SetRetryCallback