Exemplo n.º 1
0
        public void Execute(string data)
        {
            string s = _dataflow.test1("");

            Console.WriteLine("TEST_JOB: " + s);
            _notify.Push(s);
        }