Microsoft.Protocols.TestSuites.Common.ListsSoap.AddListAsync C# (CSharp) 메소드

AddListAsync() 공개 메소드

public AddListAsync ( string listName, string description, int templateID ) : void
listName string
description string
templateID int
리턴 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