Click or drag to resize

SlimThreadLocalT Class

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

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

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

Type Parameters

T

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

The SlimThreadLocalT type exposes the following members.

Constructors
  NameDescription
Public methodSlimThreadLocalT
Initializes a new instance of the SlimThreadLocalT 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