DOFOperationControlsetRetryTime Method OpenDOF Object Access Library
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

Set a retry retryTime to dynamically determine each retry period. Each time an operation is sent, the specified retryTime is used to determine the time until the next retry. The retry behavior can thus be dynamically controlled by the application.

NOTE: Either a retry period or a retry retryTime may be set (not both). The most recent call to either setRetryPeriod(int) or setRetryTime will apply.

See Also

Reference