FuncTest.IIS.IisWebSite.Dispose C# (CSharp) Méthode

Dispose() public méthode

Disposes the instance of IIS Web Site and frees the underlying resources, can reduce the amount of the memory leak in Server Manager
public Dispose ( ) : void
Résultat void
        public void Dispose()
        {
            this.serverManager.Dispose();
            this.currentPool.Dispose();
        }