Tungsten
ThreadMethodThreadMethodDelegate Delegate |
Delegate type used by ThreadMethod
Namespace: W.Threading
Assembly: Tungsten.Threading (in Tungsten.Threading.dll) Version: 2.0.1
Syntax
C#
public delegate void ThreadMethodDelegate( CancellationToken token, params Object[] args )
Parameters
- token
- Type: System.ThreadingCancellationToken
A CancellationToken which can be used to signal the threaded method to stop - args
- Type: SystemObject
Zero or more arguments to pass into the thread method
See Also