NetworkElementBase..::..Send Method
   Sends data using the configured send method.
   
                
    Namespace: 
   com.onlineobject.objectnetAssembly: 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. 

