SpinLock.IsHeld Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets whether the lock is currently held by any thread.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if the lock is currently held by any thread; otherwise false.
Show: