Beispiel #1
0
        public ManagedShovel Start()
        {
            var shovel = new ManagedShovel(configuration);

            shovel.Start();
            return(shovel);
        }
 public ManagedShovel Start()
 {
     var shovel = new ManagedShovel(configuration);
     shovel.Start();
     return shovel;
 }