Click or drag to resize

AtomicBoolean Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.AtomicBoolean"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatAtomicBoolean

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class AtomicBoolean

The AtomicBoolean type exposes the following members.

Constructors
  NameDescription
Public methodAtomicBoolean
Initializes a new instance of the AtomicBoolean class.
Top
Methods
  NameDescription
Public methodGet
Gets this instance.
Public methodSet
Sets the specified value.
Top
See Also