ManualResetEventSlim.Dispose Method (Boolean)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Releases the unmanaged resources used by the ManualResetEventSlim, and optionally releases the managed resources.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- disposing
- Type: System.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Unlike most of the members of ManualResetEventSlim, Dispose is not thread-safe and may not be used concurrently with other members of this instance.
Show: