Forces a connection to close.
Namespace: org.opendof.core.oalAssembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
public void close(
DOFConnection connection
)
Parameters
- connection
- Type: org.opendof.core.oalDOFConnection
The connection to close. This must not be null.
Forces a connection to close. This method can be used to forcibly disconnect a connection, even if multiple references to
the connection exist. In contrast,
DOFConnection.disconnect()
disconnects the connection only when the number of references
to disconnect calls is equal to the number of references to
DOFConnection.connect(int)
and
DOFConnection.beginConnect(int)
calls.
Reference