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

EndCheckOutFile() public method

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