Renci.SshNet.Common.CountdownEvent.Dispose C# (CSharp) Method

Dispose() public method

Releases all resources used by the current instance of the CountdownEvent class.
public Dispose ( ) : void
return void
        public void Dispose()
        {
            Dispose(true);
            GC.SuppressFinalize(this);
        }

Same methods

CountdownEvent::Dispose ( bool disposing ) : void