Click or drag to resize

IThreadLocalTGetOrCreate Method

Gets the data or creates it if not found.

Namespace:  com.espertech.esper.compat.threading.threadlocal
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
T GetOrCreate()

Return Value

Type: T

[Missing <returns> documentation for "M:com.espertech.esper.compat.threading.threadlocal.IThreadLocal`1.GetOrCreate"]

See Also