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

EndGetListAndView() public method

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