com.onlineobject.objectnet Namespace

EmbeddedMessageReceivedEventArgs Constructor

Initializes event data.

Namespace:  com.onlineobject.objectnet.server
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public EmbeddedMessageReceivedEventArgs(

	EmbeddedConnection fromConnection,

	ushort messageId,

	EmbeddedMessage message

)

Parameters

fromConnection
Type: com.onlineobject.objectnet.server..::..EmbeddedConnection
The connection from which the message was received.
messageId
Type: UInt16
The ID of the message.
message
Type: com.onlineobject.objectnet.server..::..EmbeddedMessage
The received message.