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

EndUndoCheckOut() public method

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