com.onlineobject.objectnet Namespace

NetworkClient..::..Send Method (Int32, DataStream, DeliveryMode)

Sends an event with a code and data using the assigned channel and transport layer with the specified delivery mode.

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

Syntax


public void Send(

	int eventCode,

	DataStream writer,

	DeliveryMode mode

)

Parameters

eventCode
Type: Int32
The event code to send.
writer
Type: com.onlineobject.objectnet..::..DataStream
The data stream containing the event data.
mode
Type: com.onlineobject.objectnet..::..DeliveryMode
The delivery mode for the event transmission.