INetworkEntity<(Of <(<'T, E>)>)>..::..Send Method
Sends an event with the specified code and data over the network.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
void Send( int eventCode, DataStream writer, DeliveryMode mode )
Parameters
- eventCode
- Type: Int32
The event code to identify the event type.
- 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 (default is unreliable).