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

BeginCheckInFile() public method

public BeginCheckInFile ( string pageUrl, string comment, string CheckinType, System callback, object asyncState ) : System.IAsyncResult
pageUrl string
comment string
CheckinType string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginCheckInFile(string pageUrl, string comment, string CheckinType, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("CheckInFile", new object[] {
                    pageUrl,
                    comment,
                    CheckinType}, callback, asyncState);
        }
ListsSoap