Microsoft.Protocols.TestSuites.MS_SITESS.SitesSoap.DeleteWebAsync C# (CSharp) Méthode

DeleteWebAsync() public méthode

public DeleteWebAsync ( string url ) : void
url string
Résultat void
        public void DeleteWebAsync(string url) {
            this.DeleteWebAsync(url, null);
        }
        

Same methods

SitesSoap::DeleteWebAsync ( string url, object userState ) : void