Click or drag to resize

IThreadLocalFactoryCreateThreadLocalT Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.threading.threadlocal.IThreadLocalFactory.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#
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.IThreadLocalFactory.CreateThreadLocal``1(System.Func`1)"]

Type Parameters

T

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

Return Value

Type: IThreadLocalT

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

See Also