Skip to content

84d143a2 74dd 64b9 0423 957a020b694e

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

IObservableQueue(TItem).Peek Method

Returns the item at the beginning of the queue but without removing it.

Namespace: Plexdata.LogWriter.Abstraction
Assembly: Plexdata.LogWriter.Abstraction (in Plexdata.LogWriter.Abstraction.dll) Version: 1.0.7.1

Syntax

C#

TItem Peek()

Return Value

Type: TItem
The top item of the queue.

Remarks

This method peeks the top item of the queue and returns it.

The default value of type TItem is returned if the queue is empty.

See Also

Reference

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

Clone this wiki locally