Click or drag to resize

FastThreadLocalFactory Class

Creates fast thread local objects.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.threading.threadlocalFastThreadLocalFactory

Namespace:  com.espertech.esper.compat.threading.threadlocal
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class FastThreadLocalFactory : IThreadLocalFactory

The FastThreadLocalFactory type exposes the following members.

Constructors
  NameDescription
Public methodFastThreadLocalFactory
Initializes a new instance of the FastThreadLocalFactory class
Top
Methods
See Also