Click or drag to resize

XFastThreadLocalT Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.threading.threadlocal.XFastThreadLocal`1"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.threading.threadlocalXFastThreadLocalT

Namespace:  com.espertech.esper.compat.threading.threadlocal
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public sealed class XFastThreadLocal<T> : IThreadLocal<T>, 
	IDisposable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:com.espertech.esper.compat.threading.threadlocal.XFastThreadLocal`1"]

The XFastThreadLocalT type exposes the following members.

Constructors
  NameDescription
Public methodXFastThreadLocalT
Initializes a new instance of the XFastThreadLocalT class
Top
Properties
  NameDescription
Public propertyValue
Gets or sets the value.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodGetOrCreate
Gets the data or creates it if not found.
Public methodRemove
Resets the thread local instance.
Top
See Also