DOFSystemConfigBuilderSecurecreateSystem Method OpenDOF Object Access Library
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: DOFSystem
A DOFSystem using the builder's parameters.
Exceptions

ExceptionCondition
DOFExceptionIf unable to authenticate the system when credentials have been set in the configuration.
DOFException
See Also

Reference