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

EndGetListCollection() public method

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