AP&C API Reference
Public Member Functions | List of all members
Apac.EventManagement.IEventProcessor Interface Reference

The contract to be implemented by entities that process events. More...

Inheritance diagram for Apac.EventManagement.IEventProcessor:
Apac.EventManagement.EventEngine

Public Member Functions

void QueueEvent (EventDef evt, object argData)
 Queues the event for processing. More...
 

Detailed Description

The contract to be implemented by entities that process events.

Member Function Documentation

◆ QueueEvent()

void Apac.EventManagement.IEventProcessor.QueueEvent ( EventDef  evt,
object  argData 
)

Queues the event for processing.

Parameters
evtThe EventDef to be processed.
argDataThe data used to process the event.

Implemented in Apac.EventManagement.EventEngine.


The documentation for this interface was generated from the following file: