Click or drag to resize

ImperfectBlockingQueueTNode Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.ImperfectBlockingQueue`1.Node"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.collectionsImperfectBlockingQueueTNode

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public sealed class Node

The ImperfectBlockingQueueTNode generic type exposes the following members.

Constructors
  NameDescription
Public methodImperfectBlockingQueueTNode
Initializes a new instance of the ImperfectBlockingQueueTNode class.
Top
Fields
  NameDescription
Public fieldIsProcessed
Indicates whether the node has been processed
Public fieldNext
Next node in list
Public fieldValue
Value at this node
Top
See Also