Namespace: org.opendof.core.transport.group
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Server start( ServerConfig config, DOFAddress listenAddress, TransportHandler handler, DOFServerType type, Server relatedServer, ServerCallback context )
Parameters
- config
- Type: org.opendof.core.transportServerConfig
- listenAddress
- Type: org.opendof.core.oalDOFAddress
- handler
- Type: org.opendof.core.transportTransportHandler
- type
- Type: org.opendof.core.oalDOFServerType
- relatedServer
- Type: org.opendof.core.transportServer
- context
- Type: org.opendof.core.transportServerCallback
Return Value
Type: ServerImplements
Transportstart(ServerConfig, DOFAddress, TransportHandler, DOFServerType, Server, ServerCallback)Exceptions
Exception | Condition |
---|---|
Exception |
See Also