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

EndCheckInFile() public method

public EndCheckInFile ( System asyncResult ) : bool
asyncResult System
return bool
        public bool EndCheckInFile(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((bool)(results[0]));
        }
ListsSoap