Click or drag to resize

SystemThreadLocalT Constructor

Namespace:  com.espertech.esper.compat.threading.threadlocal
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public SystemThreadLocal(
	Func factory
)

Parameters

factory
Type: SystemFuncTResult

[Missing <param name="factory"/> documentation for "M:com.espertech.esper.compat.threading.threadlocal.SystemThreadLocal`1.#ctor(System.Func`1)"]

See Also