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

BeginGetListContentTypes() public method

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