ManualResetEventSlim.SpinCount Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the number of spin waits that will be occur before falling back to a kernel-based wait operation.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Int32Returns the number of spin waits that will be occur before falling back to a kernel-based wait operation.
Show: