Provides atomic operations for variables that are shared by multiple threads.
Namespace:
?
System.Threading
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
Visual Basic (Declaration) |
---|
Public NotInheritable Class Interlocked |
C# |
---|
public sealed class Interlocked |
Visual C++ |
---|
public ref class Interlocked sealed |
JavaScript |
---|
System.Threading.Interlocked = function();
Type.createClass(
'System.Threading.Interlocked'); |
Inheritance Hierarchy
See Also