Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrtp.PccrtpServer.Dispose C# (CSharp) Метод

Dispose() публичный Метод

Release the managed and unmanaged resources.
public Dispose ( ) : void
Результат 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