Decrements a specified variable as an atomic operation.
[Visual Basic] Overloads Public Shared Function Decrement( _ ByRef location As Long _ ) As Long [C#] public static long Decrement( ref long location ); [C++] public: static __int64 Decrement( __int64** location ); [JScript] public static function Decrement( location : long ) : long;
The decremented value.
Interlocked Class | Interlocked Members | System.Threading Namespace | Interlocked.Decrement Overload List