Microsoft.Protocols.TestSuites.Common.ListsSoap.BeginDeleteContentType C# (CSharp) Метод

BeginDeleteContentType() публичный Метод

public BeginDeleteContentType ( string listName, string contentTypeId, System callback, object asyncState ) : System.IAsyncResult
listName string
contentTypeId string
callback System
asyncState object
Результат 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