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

EndUpdateContentTypeXmlDocument() public method

public EndUpdateContentTypeXmlDocument ( System asyncResult ) : System.Xml.XmlNode
asyncResult System
return System.Xml.XmlNode
        public System.Xml.XmlNode EndUpdateContentTypeXmlDocument(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((System.Xml.XmlNode)(results[0]));
        }
ListsSoap