EmbeddedServer..::..Start Method (String, UInt16, UInt16, Byte, Boolean)
Starts the server.
Namespace:
com.onlineobject.objectnet.serverAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
Parameters
- address
- Type: String
The address to bind.
- port
- Type: UInt16
The local port on which to start the server.
- maxClientCount
- Type: UInt16
The maximum number of concurrent connections to allow.
- messageHandlerGroupId
- Type: Byte
The ID of the group of message handler methods to use when building messageHandlers()()()().
- useMessageHandlers
- Type: Boolean
Whether or not the server should use the built-in message handler system.