SpinLock Properties

Task Parallel System.Threading

The SpinLock type exposes the following members.

Properties

  NameDescription
IsHeld
Gets whether the lock is currently held by any thread.
IsHeldByCurrentThread
Gets whether the lock is currently held by any thread.
IsThreadOwnerTrackingEnabled
Gets whether thread ownership tracking is enabled for this instance.

See Also