Wait for the operation to complete, then return the interface definition.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public abstract DOFInterface waitInterface( int timeout )
Parameters
- timeout
- Type: SystemInt32
Maximum time to wait, in milliseconds, for the interface definition. Must be >= 0.
Return Value
Type: DOFInterfacethe interface definition.
Exceptions
Exception | Condition |
---|---|
DOFException | if an error occurs. |
DOFException |
Remarks
See Also