Skip to content

cf0ced2d d1e5 e2b4 ffd5 073a38a2a0b0

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

ObservableQueue(TItem).interlock Field

This field holds the instance of the internal synchronization object.

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

Syntax

C#

private readonly Object interlock

Field Value

Type: Object

Remarks

This field represents the object to be used to lock an access from different threads.

See Also

Reference

ObservableQueue(TItem) Class
Plexdata.LogWriter.Queuing Namespace

Clone this wiki locally