Skip to content

e401c687 3836 6c9a 78b7 e2c83687836e

Axel Kesseler edited this page Mar 1, 2023 · 14 revisions

IObservableQueue(TItem).DequeueAll Method

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.7.1

Syntax

C#

TItem[] DequeueAll()

Return Value

Type: TItem[]
The list of items that have been removed from the queue.

Remarks

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.

See Also

Reference

IObservableQueue(TItem) Interface
Plexdata.LogWriter.Abstraction Namespace
IObservableQueue(TItem).Peek()
IObservableQueue(TItem).IsEmpty
IObservableQueue(TItem).Dequeue()

Clone this wiki locally