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

EndAddList() public method

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