DOFOperationControlsetAckTimeout Method OpenDOF Object Access Library
Set the maximum time to allow for the operation to be acknowledged.

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

C#
public void setAckTimeout(
	int timeout
)

Parameters

timeout
Type: SystemInt32
Maximum time allowed for the operation to be acknowledged. The default is DOF.TIMEOUT_NEVER .
Remarks

Set the maximum time to allow for the operation to be acknowledged. A timeout exception will be thrown if the operation is not acknowledged within this time limit.
See Also

Reference