DOFOperationControlsetRetryPeriod Method OpenDOF Object Access Library
Set a periodic retry period for requests made using this Control.

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

C#
public void setRetryPeriod(
	int period
)

Parameters

period
Type: SystemInt32
The number of milliseconds between retries. This must be > 0.
Remarks

Set a periodic retry period for requests made using this Control. The operation will be retried at the specified period until the operation times out or completes.

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

See Also

Reference