com.onlineobject.objectnet Namespace

INetworkEventsCore..::..ExecuteEvent Method

Executes the callback associated with the specified event code, passing the provided IDataStream to it.

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

Syntax


void ExecuteEvent(

	int eventCode,

	IDataStream reader

)

Parameters

eventCode
Type: Int32
The unique identifier for the event.
reader
Type: com.onlineobject.objectnet..::..IDataStream
The data stream to be passed to the callback.