Set a retry retryTime to dynamically determine each retry period.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void setRetryTime( DOFOperationRetryTime retryTime )
Parameters
- retryTime
- Type: org.opendof.core.oalDOFOperationRetryTime
A user-defined retryTime that will determine when a retry should take place. This must not be null.
Remarks
See Also