DOFOperationRetryTime InterfaceOpenDOF Object Access Library
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

  NameDescription
Public methodgetRetryPeriod
This method is called to determine the number of milliseconds to wait before the next retry should be sent.
Top
Remarks

RetryTime is used to determine when to send the next retry.
See Also

Reference