Click or drag to resize

ThreadFactoryInvoke Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.threading.ThreadFactory.Invoke(System.Threading.ThreadStart)"]

Namespace:  com.espertech.esper.compat.threading
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public virtual Thread Invoke(
	ThreadStart threadStart
)

Parameters

threadStart
Type: System.ThreadingThreadStart

[Missing <param name="threadStart"/> documentation for "M:com.espertech.esper.compat.threading.ThreadFactory.Invoke(System.Threading.ThreadStart)"]

Return Value

Type: Thread

[Missing <returns> documentation for "M:com.espertech.esper.compat.threading.ThreadFactory.Invoke(System.Threading.ThreadStart)"]

See Also