Construct a builder based on an existing configuration.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Builder( DOFConnectionState state )
Parameters
- state
- Type: org.opendof.core.oalDOFConnectionState
The connection state to use for builder initial state. Must not be null.
Remarks
See Also