This is a convenience method for creating the system with the implied
Config
.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFSystem createSystem( DOF dof, int timeout )
Parameters
- dof
- Type: org.opendof.core.oalDOF
The DOF to use to create the system. - timeout
- Type: SystemInt32
Controls how long (in milliseconds) to wait for authentication when credentials have been set in the configuration. If the configuration does not include credentials, the timeout may be zero.
Return Value
Type: DOFSystemA DOFSystem using the builder's parameters.
Exceptions
Exception | Condition |
---|---|
DOFException | If unable to authenticate the system when credentials have been set in the configuration. |
DOFException |
See Also