Example #1
0
 protected internal override void  flushImpl()
 {
     if (source != null)
     {
         source.drain();
     }
 }