timer_D method

void timer_D()

Implementation

void timer_D() {
  logger.debug('Timer D expired for transaction $id');
  clearTimeout(B);
  stateChanged(TransactionState.TERMINATED);
  ua!.destroyTransaction(this);
}