ThreadMethod.Create Method (Action(CancellationToken))

Tungsten Suite

ThreadMethodCreate Method (ActionCancellationToken)

Constructs a new ThreadMethod

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

Parameters

threadProc
Type: SystemActionCancellationToken
The thread proc

Return Value

Type: ThreadMethod

[Missing <returns> documentation for "M:W.Threading.ThreadMethod.Create(System.Action{System.Threading.CancellationToken})"]

See Also