eDriven Framework API
Adds an event to the queue
The queue will be processed when ProcessQueue() manually executed

Declaration Syntax
public virtual void EnqueueEvent(
Event e
)
Public Overridable Sub EnqueueEvent ( _
e As Event _
)
public:
virtual void EnqueueEvent(
Event^ e
)

Parameters
Assembly:
eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)