-
Notifications
You must be signed in to change notification settings - Fork 0
e401c687 3836 6c9a 78b7 e2c83687836e
Axel Kesseler edited this page Aug 5, 2019
·
14 revisions
Removes all items from the queue and returns them.
Namespace: Plexdata.LogWriter.Abstraction
Assembly: Plexdata.LogWriter.Abstraction (in Plexdata.LogWriter.Abstraction.dll) Version: 1.0.4.1
C#
TItem[] DequeueAll()
Type: TItem[]
The list of items that have been removed from the queue.
This method removes all items from the queue and if successful it raises the event Dequeued. Thereafter the list of removed items is returned.
An empty list is returned if the queue is empty.
IObservableQueue(TItem) Interface
Plexdata.LogWriter.Abstraction Namespace
IObservableQueue(TItem).Peek()
IObservableQueue(TItem).IsEmpty
IObservableQueue(TItem).Dequeue()