ThreadMethod.Create Method (Action(CancellationToken))
From Tungsten Suite
Tungsten
|
|
ThreadMethodCreate Method (ActionCancellationToken) |
Constructs a new ThreadMethod
Namespace: W.Threading
Assembly: Tungsten.Threading (in Tungsten.Threading.dll) Version: 2.0.1
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})"]