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