Interlocked.Increment Method
.NET Framework 3.0
Increments a specified variable and stores the result, as an atomic operation.
Interlocked Members
System.Threading Namespace
Interlocked
| 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. |
Reference
Interlocked ClassInterlocked Members
System.Threading Namespace
Other Resources
Managed ThreadingInterlocked