示例#1
0
        public void Execute(IJobExecutionContext context)
        {
            Log.Info("同步商品Job开始");

            var async = new AsynProduct();

            async.Asyn();

            Log.Info("同步商品Job结束");
        }
示例#2
0
        public void AsynProductTest()
        {
            var async = new AsynProduct();

            async.Asyn();
        }