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

BeginDeleteContentTypeXmlDocument() public method

public BeginDeleteContentTypeXmlDocument ( string listName, string contentTypeId, string documentUri, System callback, object asyncState ) : System.IAsyncResult
listName string
contentTypeId string
documentUri string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginDeleteContentTypeXmlDocument(string listName, string contentTypeId, string documentUri, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("DeleteContentTypeXmlDocument", new object[] {
                    listName,
                    contentTypeId,
                    documentUri}, callback, asyncState);
        }
ListsSoap