DOFSystemwaitAuthorized Method OpenDOF Object Access Library
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

ExceptionCondition
DOFExceptionIf the system fails to authorize in the given timeout.
DOFException
Remarks

Wait until a system is authorized or the timeout is up.
See Also

Reference