|
| .NET Framework Class Library |
| SpinLock..::.IsThreadOwnerTrackingEnabled Property |
| SpinLock Structure See Also Send Feedback |
Gets whether thread ownership tracking is enabled for this instance.
Namespace:
System.Threading
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IsThreadOwnerTrackingEnabled As Boolean |
| C# |
|---|
public bool IsThreadOwnerTrackingEnabled { get; } |