Bridge

System.Threading Namespace

Classes


  Class Description
Public class CancellationTokenSource
Public class Interlocked
Public class Monitor
Public class Thread
Public class Timeout
Contains constants that specify infinite time-out intervals. This class cannot be inherited.
Public class Timer
Provides a mechanism for executing a method at specified intervals. This class cannot be inherited.To browse the .NET Framework source code for this type, see the Reference Source.

Structures


  Structure Description
Public structure CancellationToken
Propagates notification that operations should be canceled.
Public structure CancellationTokenRegistration

Delegates


  Delegate Description
Public delegate TimerCallback
Represents the method that handles calls from a Timer.