Exemplo n.º 1
0
 /// <summary>
 /// Wait untill all log entries are written. Do this before the application exits (if need be).
 /// </summary>
 public void Flush()
 {
     _backgroundWorkQueue.Flush();
 }