Called by transport when a server is started.
Namespace: org.opendof.core.transport
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
void started( Server server )
Parameters
- server
- Type: org.opendof.core.transportServer
The transport representation of the server.
Exceptions
Exception | Condition |
---|---|
Exception | This is thrown if the transport handler cannot accept the server. In this case the server must be stopped. |
Remarks
See Also