eDriven Framework API
EnqueueEvent Method (e)
NamespaceseDriven.Core.EventsIEventQueueEnqueueEvent(Event)
eDriven Framework API
Adds an event to the queue The queue will be processed when ProcessQueue() manually executed
Declaration Syntax
C#Visual BasicVisual C++
void EnqueueEvent(
	Event e
)
Sub EnqueueEvent ( _
	e As Event _
)
void EnqueueEvent(
	Event^ e
)
Parameters
e (Event)

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