This method is called when this listener is removed from the DOFServer.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
void removed( DOFServer server, DOFException exception )
Parameters
- server
- Type: org.opendof.core.oalDOFServer
The server which this listener was on. This will never be null. - exception
- Type: org.opendof.core.oalDOFException
The exception that caused this listener to be removed, null means it was removed normally.
Remarks
See Also