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

EndGetList() public method

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