Connectionclose Method OpenDOF Object Access Library
Request that a connection be closed.

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

C#
void close(
	DOFException cause
)

Parameters

cause
Type: org.opendof.core.oalDOFException
Optional reason that the connection is being closed abnormally.
Remarks

Request that a connection be closed. At some point the transport should call the transport manager closed routine, which signals that the connection is closed.
See Also

Reference