The members of System.Threading.SpinLock are listed below.
See Also: Inherited members from System.ValueType
Initializes a new instance of the System.Threading.SpinLock structure with the option to track thread IDs to improve debugging. |
[read-only] | IsHeld | bool.
Gets whether the lock is currently held by any thread. |
[read-only] | IsHeldByCurrentThread | bool.
Gets whether the lock is held by the current thread. |
[read-only] | IsThreadOwnerTrackingEnabled | bool.
Gets whether thread ownership tracking is enabled for this instance. |
Enter(ref bool)Documentation for this section has not yet been entered. | ||
Exit()
| ||
Exit(bool)
| ||
TryEnter(ref bool)Documentation for this section has not yet been entered. | ||
TryEnter(int, ref bool)Documentation for this section has not yet been entered. | ||
TryEnter(TimeSpan, ref bool)Documentation for this section has not yet been entered. |