SpinCount Property

Task Parallel System.Threading

Gets the number of spin waits that will be occur before falling back to a true wait.

Namespace:  System.Threading
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public Property SpinCount As Integer
C#
public int SpinCount { get; private set; }

See Also