NetworkObject..::..InvokeEvent Method
Invokes an event with the specified event code and passes a data stream to it.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public void InvokeEvent( int eventCode, IDataStream reader )
Parameters
- eventCode
- Type: Int32
The event code to invoke.
- reader
- Type: com.onlineobject.objectnet..::..IDataStream
The data stream to pass to the event.