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
See Also