Microsoft.Protocols.TestSuites.Common.ListsSoap.CheckInFileAsync C# (CSharp) Méthode

CheckInFileAsync() public méthode

public CheckInFileAsync ( string pageUrl, string comment, string CheckinType ) : void
pageUrl string
comment string
CheckinType string
Résultat void
        public void CheckInFileAsync(string pageUrl, string comment, string CheckinType)
        {
            this.CheckInFileAsync(pageUrl, comment, CheckinType, null);
        }

Same methods

ListsSoap::CheckInFileAsync ( string pageUrl, string comment, string CheckinType, object userState ) : void
ListsSoap