Microsoft.Protocols.TestSuites.Common.ListsSoap.BeginUpdateContentTypeXmlDocument C# (CSharp) Method

BeginUpdateContentTypeXmlDocument() public method

public BeginUpdateContentTypeXmlDocument ( string listName, string contentTypeId, System newDocument, System callback, object asyncState ) : System.IAsyncResult
listName string
contentTypeId string
newDocument System
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginUpdateContentTypeXmlDocument(string listName, string contentTypeId, System.Xml.XmlNode newDocument, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("UpdateContentTypeXmlDocument", new object[] {
                    listName,
                    contentTypeId,
                    newDocument}, callback, asyncState);
        }
ListsSoap