EmbeddedServer..::..MessageHandler Delegate
Encapsulates a method that handles a message from a client.
Namespace:
com.onlineobject.objectnet.serverAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public delegate void MessageHandler( ushort fromClientId, EmbeddedMessage message )
Parameters
- fromClientId
- Type: UInt16
The numeric ID of the client from whom the message was received.
- message
- Type: com.onlineobject.objectnet.server..::..EmbeddedMessage
The message that was received.