The ability for putting the events into a queue for later processing
| C# | Visual Basic | Visual C++ |
public interface IEventQueue
Public Interface IEventQueue
public interface class IEventQueue
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| EnqueueEvent(Event) |
Adds an event to the queue
The queue will be processed when ProcessQueue() manually executed
| |
| ProcessQueue()()()() |
Starts processing events in the queue
|