ThreadMethod.Create Method (ThreadMethod.ThreadMethodDelegate)

Tungsten Suite

ThreadMethodCreate Method (ThreadMethodThreadMethodDelegate)

Constructs a new ThreadMethod

Namespace:  W.Threading
Assembly:  Tungsten.Threading (in Tungsten.Threading.dll) Version: 2.0.1
Syntax
C#
public static ThreadMethod Create(
	ThreadMethodThreadMethodDelegate threadProc
)

Parameters

threadProc
Type: W.ThreadingThreadMethodThreadMethodDelegate
The thread proc

Return Value

Type: ThreadMethod

[Missing <returns> documentation for "M:W.Threading.ThreadMethod.Create(W.Threading.ThreadMethod.ThreadMethodDelegate)"]

See Also