INetworkContainer..::..InvokeEvent Method
   Invokes an event with the specified event code, passing in a data stream.
   
                
    Namespace: 
   com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
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. 

