|
| .NET Framework Class Library |
| ManualResetEventSlim..::.SpinCount Property |
| ManualResetEventSlim Class See Also Send Feedback |
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; } |