.NET Framework Class Library |
ManualResetEventSlim..::.Dispose Method |
ManualResetEventSlim Class See Also Send Feedback |
Releases all resources used by the current instance of ManualResetEventSlim.
Namespace:
System.Threading
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Dispose |
C# |
---|
public void Dispose() |
Implements
IDisposable..::.Dispose()()()Remarks
Unlike most of the members of ManualResetEventSlim, Dispose()()() is not
thread-safe and may not be used concurrently with other members of this instance.