OpenDOF Project
boolean DOFOperationControl_SetRetryPeriod ( DOFOperationControl  self,
uint32  period 
)

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
selfA operationControl. This must not be NULL.
periodThe number of milliseconds between retries.
Returns
TRUE if the retry period was set, FALSE otherwise.
See Also
DOFOperationControl_SetRetryCallback
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22