/// <summary>
 /// Sets the execution aggregator.
 /// </summary>
 /// <param name="aggregator">the execution aggregator</param>
 /// <returns>the current step builder</returns>
 public PartitionStepBuilder Aggregator(IStepExecutionAggregator aggregator)
 {
     _aggregator = aggregator;
     return(this);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Sets the execution aggregator.
 /// </summary>
 /// <param name="aggregator">the execution aggregator</param>
 /// <returns>the current step builder</returns>
 public PartitionStepBuilder Aggregator(IStepExecutionAggregator aggregator)
 {
     _aggregator = aggregator;
     return this;
 }