Create a
Type.POINT
connection related to this connection. Anything else will fail.
See
Type.POINT
for instructions to properly create a POINT connection.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFConnection createConnection( DOFConnectionConfig config )
Parameters
- config
- Type: org.opendof.core.oalDOFConnectionConfig
The configuration options of the connection. Must not be null.
Return Value
Type: DOFConnectionThe new DOFConnection.
See Also