DOFConnectionPeerListenerremoved Method OpenDOF Object Access Library
This is called when this listener is removed from the DOFConnection.

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

C#
void removed(
	DOFConnection connection,
	DOFException exception
)

Parameters

connection
Type: org.opendof.core.oalDOFConnection
The connection this listener was added on.
exception
Type: org.opendof.core.oalDOFException
The exception that caused this listener to be removed, null means it was removed normally.
Remarks

This is called when this listener is removed from the DOFConnection.
See Also

Reference