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

EndAcceptVpcPeeringConnection() public method

Finishes the asynchronous execution of the AcceptVpcPeeringConnection operation.
public EndAcceptVpcPeeringConnection ( IAsyncResult asyncResult ) : AcceptVpcPeeringConnectionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAcceptVpcPeeringConnection.
return AcceptVpcPeeringConnectionResponse
        public  AcceptVpcPeeringConnectionResponse EndAcceptVpcPeeringConnection(IAsyncResult asyncResult)
        {
            return EndInvoke<AcceptVpcPeeringConnectionResponse>(asyncResult);
        }
AmazonEC2Client