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

AddListAsync() public method

public AddListAsync ( string listName, string description, int templateID ) : void
listName string
description string
templateID int
return void
        public void AddListAsync(string listName, string description, int templateID)
        {
            this.AddListAsync(listName, description, templateID, null);
        }

Same methods

ListsSoap::AddListAsync ( string listName, string description, int templateID, object userState ) : void
ListsSoap