![]() | SlimThreadLocalT Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.threading.threadlocal.SlimThreadLocal`1"]
Namespace: com.espertech.esper.compat.threading.threadlocal
public sealed class SlimThreadLocal<T> : IThreadLocal<T>, IDisposable where T : class
[Missing <typeparam name="T"/> documentation for "T:com.espertech.esper.compat.threading.threadlocal.SlimThreadLocal`1"]
The SlimThreadLocalT type exposes the following members.
Name | Description | |
---|---|---|
![]() | SlimThreadLocalT | Initializes a new instance of the SlimThreadLocalT class |
Name | Description | |
---|---|---|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | GetOrCreate |
Gets the data or creates it if not found.
|
![]() | Remove |
Resets the thread local instance.
|