ThreadMethod Constructor (Action(CancellationToken))

Tungsten Suite

ThreadMethod Constructor (ActionCancellationToken)

Constructs a new ThreadMethod

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

Parameters

threadProc
Type: SystemActionCancellationToken
The thread proc
See Also