DOFOperationConnectwaitConnection Method OpenDOF Object Access Library
Wait for the operation to complete, then return the connection.

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

C#
public abstract DOFConnection waitConnection(
	int timeout
)

Parameters

timeout
Type: SystemInt32
Maximum time to wait, in milliseconds, for the connection. Must be >= 0.

Return Value

Type: DOFConnection
the connection.
Exceptions

ExceptionCondition
DOFExceptionif an error occurs.
DOFException
Remarks

Wait for the operation to complete, then return the connection. If the operation is already complete, this will return or throw an exception immediately.
See Also

Reference