Amazon.EC2.AmazonEC2Client.EndDescribePrefixLists C# (CSharp) Method

EndDescribePrefixLists() public method

Finishes the asynchronous execution of the DescribePrefixLists operation.
public EndDescribePrefixLists ( IAsyncResult asyncResult ) : DescribePrefixListsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribePrefixLists.
return DescribePrefixListsResponse
        public  DescribePrefixListsResponse EndDescribePrefixLists(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribePrefixListsResponse>(asyncResult);
        }
AmazonEC2Client