Skip to content

50af8710 8347 16eb 0c13 c4225ad3e29b

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

ObservableQueue(TItem).queue Field

The typed queue of items.

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

Syntax

C#

private readonly Queue<TItem> queue

Field Value

Type: Queue(TItem)

Remarks

This field represents the item queue for a particular type.

See Also

Reference

ObservableQueue(TItem) Class
Plexdata.LogWriter.Queuing Namespace

Clone this wiki locally