Click or drag to resize

SlimThreadLocalFactoryCreateThreadLocalT Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.threading.threadlocal.SlimThreadLocalFactory.CreateThreadLocal``1(System.Func`1)"]

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

Parameters

factory
Type: SystemFuncTResult

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

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:com.espertech.esper.compat.threading.threadlocal.SlimThreadLocalFactory.CreateThreadLocal``1(System.Func`1)"]

Return Value

Type: IThreadLocalT

[Missing <returns> documentation for "M:com.espertech.esper.compat.threading.threadlocal.SlimThreadLocalFactory.CreateThreadLocal``1(System.Func`1)"]

Implements

IThreadLocalFactoryCreateThreadLocalT(FuncTResult)
See Also