DOFTIMEOUT_NEVER FieldOpenDOF Object Access Library
Specifies an infinite timeout.

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

C#
public const int TIMEOUT_NEVER

Field Value

Type: Int32
Remarks

Specifies an infinite timeout. DOF.TIMEOUT_NEVER can be used in any call that accepts a timeout to indicate that the operation will never time out. Of course, the operation may still be canceled or terminate for other reasons.
See Also

Reference