EventQueue Class

Class EventQueue.
public class EventQueue : IEventQueue
This language is not supported or no code example is available.
public ref class EventQueue  : public IEventQueue^
This language is not supported or no code example is available.
public class EventQueue 
implements IEventQueue
This language is not supported or no code example is available.
Name Description
Public constructor EventQueue(byte, byte, byte, int, EventBus) Initializes a new instance of the EventQueue class.
Top
Name Description
Public property Count Gets the count.
Public property DequeueCount Gets the dequeue count.
Public property EmptyCount Gets the empty count.
Public property EnqueueCount Gets the enqueue count.
Public property FullCount Gets the full count.
Public property Id Gets the identifier.
Public property IsSynched
Public property Name
Public property Priority Gets the priority.
Public property Size
Public property Type Gets the type.
Top
Methods
 
Name Description
Public method Clear()
Public method CompareTo(IEventQueue)
Public method Dequeue() Dequeues this instance.
Public method Enqueue(Event) Enqueues the specified object.
Public method IsEmpty() Determines whether this instance is empty.
Public method IsFull() Determines whether this instance is full.
Public method Peek() Peeks this instance.
Public method PeekDateTime() Peeks the date time.
Public method Read() Reads this instance.
Public method ResetCounts() Resets the counts.
Public method ToString() Returns a String that represents this instance.
Public method Write(Event) Writes the specified object.
Top

In this article

Definition