ThreadMethod.Cancel Method

Tungsten Suite

ThreadMethodCancel Method

Signals the thread method via the CancellationToken to stop running and waits for it to complete

Namespace:  W.Threading
Assembly:  Tungsten.Threading (in Tungsten.Threading.dll) Version: 2.0.1
Syntax
C#
public void Cancel()
See Also