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

EndCreateVpcPeeringConnection() public method

Finishes the asynchronous execution of the CreateVpcPeeringConnection operation.
public EndCreateVpcPeeringConnection ( IAsyncResult asyncResult ) : CreateVpcPeeringConnectionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateVpcPeeringConnection.
return CreateVpcPeeringConnectionResponse
        public  CreateVpcPeeringConnectionResponse EndCreateVpcPeeringConnection(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateVpcPeeringConnectionResponse>(asyncResult);
        }
AmazonEC2Client