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

BeginGetListContentType() public method

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