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

EndRejectVpcPeeringConnection() public method

Finishes the asynchronous execution of the RejectVpcPeeringConnection operation.
public EndRejectVpcPeeringConnection ( IAsyncResult asyncResult ) : RejectVpcPeeringConnectionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRejectVpcPeeringConnection.
return RejectVpcPeeringConnectionResponse
        public  RejectVpcPeeringConnectionResponse EndRejectVpcPeeringConnection(IAsyncResult asyncResult)
        {
            return EndInvoke<RejectVpcPeeringConnectionResponse>(asyncResult);
        }
AmazonEC2Client