Wait until a system is authorized or the timeout is up.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void waitAuthorized( int timeout )
Parameters
- timeout
- Type: SystemInt32
The time in milliseconds to wait for the system to authorize.
Exceptions
Exception | Condition |
---|---|
DOFException | If the system fails to authorize in the given timeout. |
DOFException |
Remarks
See Also