IEventQueue Interface

Interface IEventQueue
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.
JScript does not support generic types and methods.
This language is not supported or no code example is available.
Name Description
Public property Count Gets the count.
Public property EmptyCount Gets the empty count.
Public property FullCount Gets the full count.
Public property Id Gets the identifier.
Public property IsSynched
Public property Name Gets the name.
Public property Priority Gets the priority.
Public property Type Gets the type.
Top
Methods
 
Name Description
Public method Clear()
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 Write(Event) Writes the specified object.
Top

In this article

Definition