Example #1
0
 protected virtual void SetResultsBag(WorkUnitResultsBag resultsBag)
 {
 }
Example #2
0
 /// <summary>
 /// Sets the bag for the results
 /// </summary>
 /// <param name="resultsBag"></param>
 void IWorkUnit.SetResultsBag(WorkUnitResultsBag resultsBag)
 {
     this.SetResultsBag(resultsBag);
 }