Beispiel #1
0
 /// <summary>
 /// Flushes any cached state in the target.
 /// </summary>
 public void Flush()
 {
     Trace.TraceInformation($"Flushing target #{Id}");
     OnFlushEvent.Fire();
 }