Skip to content

9331f572 b686 5201 84ec 57ffadbb30fd

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

IObservableQueue(TItem).Count Property

Gets the number of items currently in the queue.

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

Syntax

C#

int Count { get; }

Property Value

Type: Int32
The number of currently queued items.

Remarks

This property determines the number of items in the queue and returns it.

See Also

Reference

IObservableQueue(TItem) Interface
Plexdata.LogWriter.Abstraction Namespace

Clone this wiki locally