Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrtp.PccrtpServer.Dispose C# (CSharp) Méthode

Dispose() public méthode

Release the managed and unmanaged resources.
public Dispose ( ) : void
Résultat void
        public void Dispose()
        {
            Dispose(true);

            // Take this object out of the finalization queue of the GC:
            GC.SuppressFinalize(this);
        }

Same methods

PccrtpServer::Dispose ( bool disposing ) : void