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

BeginDeleteContentType() public method

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