Exemplo n.º 1
0
 public EtlStatsScope(EtlRunStats stats, bool start = true)
     : base(stats, start)
 {
 }
Exemplo n.º 2
0
 protected override EtlStatsScope OpenNewScope(EtlRunStats stats, bool start)
 {
     return(new EtlStatsScope(stats, start));
 }
Exemplo n.º 3
0
 protected AbstractEtlStatsScope(EtlRunStats stats, bool start = true) : base(stats, start)
 {
     _stats = stats;
 }