Skip to content

995faf4a 62c0 a930 754a 6e0d9074c89d

Axel Kesseler edited this page May 11, 2021 · 3 revisions

ObservableQueue(TItem) Methods

The ObservableQueue(TItem) generic type exposes the following members.

Methods

 

Name Description
Public method Clear Removes all items from the queue.
Public method Dequeue Removes an item from the top of the queue and returns it.
Public method DequeueAll Removes all items from the queue and returns them.
Public method Enqueue Adds provided item at the end of the queue.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize The class destructor. (Overrides Object.Finalize().)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Peek Returns the item at the beginning of the queue but without removing it.
Protected method RaiseDequeued Raises the event Dequeued.
Protected method RaiseEnqueued Raises the event Enqueued.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Trim Sets the capacity to the actual number of queued items.
  Back to Top

See Also

Reference

ObservableQueue(TItem) Class
Plexdata.LogWriter.Queuing Namespace

Clone this wiki locally