eDriven Framework API
IEventQueue Interface
NamespaceseDriven.Core.EventsIEventQueue
eDriven Framework API
The ability for putting the events into a queue for later processing
Declaration Syntax
C#Visual BasicVisual C++
public interface IEventQueue
Public Interface IEventQueue
public interface class IEventQueue
Members
All MembersMethods



IconMemberDescription
EnqueueEvent(Event)
Adds an event to the queue The queue will be processed when ProcessQueue() manually executed

ProcessQueue()()()()
Starts processing events in the queue

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