This method is called to determine the number of milliseconds to wait before the next retry should be sent.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
int getRetryPeriod( DOFOperation operation )
Parameters
- operation
- Type: org.opendof.core.oalDOFOperation
The operation. This will never be null.
Return Value
Type: Int32The number of milliseconds before the retry should be attempted.
Remarks
See Also