DOFOperationControlgetAckTimeout Method OpenDOF Object Access Library
Get the maximum time allowed for this operation to be acknowledged.

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

C#
public int getAckTimeout()

Return Value

Type: Int32
The maximum time allowed for this operation to be acknowledged.
Remarks

Get the maximum time allowed for this operation to be acknowledged. If not acknowledged within this time, DOFErrorException.TIMEOUT is thrown.
See Also

Reference