コード例 #1
0
 /**
  * Flushes the underlying Telemetry_Channel queue. 
  */
 public function flush()
 {
     $this->_channel->send();
 }