RetryTime is used to determine when to send the next retry.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public interface RetryTime
The DOFOperationRetryTime type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| getRetryPeriod | This method is called to determine the number of milliseconds to wait before the next retry should be sent.
|
Remarks
See Also