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

BeginAddListFromFeature() public method

public BeginAddListFromFeature ( string listName, string description, string featureID, int templateID, System callback, object asyncState ) : System.IAsyncResult
listName string
description string
featureID string
templateID int
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginAddListFromFeature(string listName, string description, string featureID, int templateID, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("AddListFromFeature", new object[] {
                    listName,
                    description,
                    featureID,
                    templateID}, callback, asyncState);
        }
ListsSoap