DOFOperationwaitComplete Method OpenDOF Object Access Library
Block the current thread until the operation has completed.

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

C#
public abstract void waitComplete()
Remarks

Block the current thread until the operation has completed. This is similar to calling waitComplete(DOF.TIMEOUT_NEVER), but no exception can be thrown.
See Also

Reference