Beispiel #1
0
 /// <summary>
 /// Notifies the aggregated observer.
 /// </summary>
 private void NotifyObserver()
 {
     _observer.Update(_totalBytesProcessed);
 }