Beispiel #1
0
 /// <summary>
 /// Do the replication.
 /// </summary>
 public override void Run()
 {
     if (_parent != null)
     {
         _parent.UpdateStatistics();
     }
 }
Beispiel #2
0
 /// <summary>
 /// Do the replication.
 /// </summary>
 void TimeScheduler.Task.Run()
 {
     if (_parent != null)
     {
         _parent.UpdateStatistics();
     }
 }