.NET Framework Class Library |
CountdownEvent..::.Dispose Method |
CountdownEvent Class See Also Send Feedback |
Releases all resources used by the current instance of CountdownEvent.
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 CountdownEvent, Dispose()()() is not
thread-safe and may not be used concurrently with other members of this instance.