com.onlineobject.objectnet Namespace

NetworkElementBase..::..Send Method

Sends data using the configured send method.

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 associated with the data.
writer
Type: com.onlineobject.objectnet..::..DataStream
The data stream to send.
mode
Type: com.onlineobject.objectnet..::..DeliveryMode
The delivery mode for the data.