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

CheckInFileAsync() 공개 메소드

public CheckInFileAsync ( string pageUrl, string comment, string CheckinType ) : void
pageUrl string
comment string
CheckinType string
리턴 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