This method will be called when the listener is removed from the connection.
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 the listener was removed from. This will never be null. - exception
- Type: org.opendof.core.oalDOFException
The exception that caused the listener to be removed or null if it was removed normally.
Remarks
See Also