Click or drag to resize

SlimThreadLocalT Constructor

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

Parameters

factory
Type: SystemFuncTResult

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

See Also