IEventQueue Interface
public interface IEventQueue : IComparable<IEventQueue>
This language is not supported or no code example is available.
public interface class IEventQueue : public IComparable<IEventQueue^>^
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
Clear() | |
![]() |
Dequeue() | Dequeues this instance. |
![]() |
Enqueue(Event) | Enqueues the specified object. |
![]() |
IsEmpty() | Determines whether this instance is empty. |
![]() |
IsFull() | Determines whether this instance is full. |
![]() |
Peek() | Peeks this instance. |
![]() |
PeekDateTime() | Peeks the date time. |
![]() |
Read() | Reads this instance. |
![]() |
ResetCounts() | Resets the counts. |
![]() |
Write(Event) | Writes the specified object. |