Ejemplo n.º 1
0
 public List <KeyImpression> FetchAllAndClear()
 {
     return(queue != null?queue.FetchAllAndClear().ToList() : null);
 }