Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pchc.PCHCServer.Dispose C# (CSharp) Method

Dispose() public method

Implement IDisposable. Do not make this method virtual. A derived class should not be able to override this method.
public Dispose ( ) : void
return void
        public void Dispose()
        {
            Dispose(true);

            // This object will be cleaned up by the Dispose method.
            // Therefore, you should call GC.SupressFinalize to
            // take this object off the finalization queue
            // and prevent finalization code for this object
            // from executing a second time.
            GC.SuppressFinalize(this);
        }

Same methods

PCHCServer::Dispose ( bool disposing ) : void