Microsoft.Protocols.TestSuites.MS_DWSS.DwsSoap.BeginCreateFolder C# (CSharp) Method

BeginCreateFolder() public method

public BeginCreateFolder ( string url, System callback, object asyncState ) : System.IAsyncResult
url string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginCreateFolder(string url, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("CreateFolder", new object[] {
                        url}, callback, asyncState);
        }