IsThreadOwnerTrackingEnabled Property

Task Parallel System.Threading

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; }

See Also