Interlocked.Decrement Method
.NET Framework 2.0
Decrements a specified variable and stores the result, as an atomic operation.
Interlocked Members
System.Threading Namespace
Interlocked Operations
| Name | Description |
|---|---|
| Interlocked.Decrement (Int32) | Decrements a specified variable and stores the result, as an atomic operation. Supported by the .NET Compact Framework. |
| Interlocked.Decrement (Int64) | Decrements the specified variable and stores the result, as an atomic operation. |
Reference
Interlocked ClassInterlocked Members
System.Threading Namespace
Other Resources
Managed ThreadingInterlocked Operations