ManualResetEventSlim Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ManualResetEventSlim type exposes the following members.
| Name | Description | |
|---|---|---|
|
IsSet | Gets whether the event is set. |
|
SpinCount | Gets the number of spin waits that will be occur before falling back to a kernel-based wait operation. |
|
WaitHandle | Gets the underlying WaitHandle object for this ManualResetEventSlim. |
Show: