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

EndDescribeVpcPeeringConnections() public method

Finishes the asynchronous execution of the DescribeVpcPeeringConnections operation.
public EndDescribeVpcPeeringConnections ( IAsyncResult asyncResult ) : DescribeVpcPeeringConnectionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVpcPeeringConnections.
return DescribeVpcPeeringConnectionsResponse
        public  DescribeVpcPeeringConnectionsResponse EndDescribeVpcPeeringConnections(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeVpcPeeringConnectionsResponse>(asyncResult);
        }
AmazonEC2Client