com.onlineobject.objectnet Namespace

EmbeddedConnection..::..SendNotify Method

Sends a notify message.

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

Syntax


public ushort SendNotify(

	EmbeddedMessage message,

	bool shouldRelease

)

Parameters

message
Type: com.onlineobject.objectnet.server..::..EmbeddedMessage
The message to send.
shouldRelease
Type: Boolean
Whether or not to return the message to the pool after it is sent.

Return Value

The sequence ID of the sent message.