Called by transport when a server is stopped or failed to open.
Namespace: org.opendof.core.transport
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
void stopped( Server server, DOFException cause )
Parameters
- server
- Type: org.opendof.core.transportServer
The transport representation of the server. - cause
- Type: org.opendof.core.oalDOFException
Either null, indicating that the server was requested to stop or an exception describing the cause of an abnormal termination.
Remarks
See Also