Click or drag to resize

ThreadFactory Constructor

Initializes a new instance of the ThreadFactory class

Namespace:  com.espertech.esper.compat.threading
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public ThreadFactory(
	Object object,
	IntPtr method
)

Parameters

object
Type: SystemObject

[Missing <param name="object"/> documentation for "M:com.espertech.esper.compat.threading.ThreadFactory.#ctor(System.Object,System.IntPtr)"]

method
Type: SystemIntPtr

[Missing <param name="method"/> documentation for "M:com.espertech.esper.compat.threading.ThreadFactory.#ctor(System.Object,System.IntPtr)"]

See Also