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

BeginDeleteWeb() public méthode

public BeginDeleteWeb ( string url, System callback, object asyncState ) : System.IAsyncResult
url string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult BeginDeleteWeb(string url, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("DeleteWeb", new object[] {
                        url}, callback, asyncState);
        }