DOFclose Method OpenDOF Object Access Library
Forces a connection to close.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public void close(
	DOFConnection connection
)

Parameters

connection
Type: org.opendof.core.oalDOFConnection
The connection to close. This must not be null.
Remarks

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.
See Also

Reference