TransportHandlerclosed Method OpenDOF Object Access Library
Called by transport when an inbound or outbound connection was closed or failed to open.

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

C#
void closed(
	Connection connection,
	DOFException cause
)

Parameters

connection
Type: org.opendof.core.transportConnection
The transport representation of the connection.
cause
Type: org.opendof.core.oalDOFException
Exception, if any, explaining abnormal termination
Remarks

Called by transport when an inbound or outbound connection was closed or failed to open.
See Also

Reference