com.onlineobject.objectnet Namespace

NetworkContainerBase..::..InvokeEvent Method

Invokes a network event by its event code, passing the data stream to the event manager.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public void InvokeEvent(

	int eventCode,

	IDataStream reader

)

Parameters

eventCode
Type: Int32
The code of the event to invoke.
reader
Type: com.onlineobject.objectnet..::..IDataStream
The data stream containing event data.