DOFOperationRetryTimegetRetryPeriod Method OpenDOF Object Access Library
This method is called to determine the number of milliseconds to wait before the next retry should be sent.

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

C#
int getRetryPeriod(
	DOFOperation operation
)

Parameters

operation
Type: org.opendof.core.oalDOFOperation
The operation. This will never be null.

Return Value

Type: Int32
The number of milliseconds before the retry should be attempted.
Remarks

This method is called to determine the number of milliseconds to wait before the next retry should be sent. It is called when the operation is originally sent and then once again each time a retry is sent.
See Also

Reference