TransportHandleropened Method OpenDOF Object Access Library
Called by transport when a inbound or outbound connection was successfully established.

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

C#
void opened(
	Connection connection
)

Parameters

connection
Type: org.opendof.core.transportConnection
The transport representation of the connection.
Exceptions

ExceptionCondition
Exception If the transport manager cannot accept the connection. In this case the connection must be closed.
Remarks

Called by transport when a inbound or outbound connection was successfully established.
See Also

Reference