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

EndModifyVpcPeeringConnectionOptions() public method

Finishes the asynchronous execution of the ModifyVpcPeeringConnectionOptions operation.
public EndModifyVpcPeeringConnectionOptions ( IAsyncResult asyncResult ) : ModifyVpcPeeringConnectionOptionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyVpcPeeringConnectionOptions.
return ModifyVpcPeeringConnectionOptionsResponse
        public  ModifyVpcPeeringConnectionOptionsResponse EndModifyVpcPeeringConnectionOptions(IAsyncResult asyncResult)
        {
            return EndInvoke<ModifyVpcPeeringConnectionOptionsResponse>(asyncResult);
        }
AmazonEC2Client