DOFOperationretry Method OpenDOF Object Access Library
Retry the operation.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public abstract void retry()
Remarks

Retry the operation. The duration of the operation will stay the same. Equivalent to calling setTimeout(op.getTimeRemaining()).
See Also

Reference