Click or drag to resize

IThreadLocalManagerCreateDefaultThreadLocalT Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.threading.threadlocal.IThreadLocalManager.CreateDefaultThreadLocal``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> CreateDefaultThreadLocal<T>(
	Func factoryDelegate
)
where T : class

Parameters

factoryDelegate
Type: SystemFuncTResult

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

Type Parameters

T

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

Return Value

Type: IThreadLocalT

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

See Also