Example #1
0
        public void Execute(IJobExecutionContext context)
        {
            Console.WriteLine("Oacy Job hit (check every 10 Sec). {0}", DateTime.Now);
            SendPartFunctions obj = new SendPartFunctions();

            obj.PlaceUprdJobAndProcess(true, false, false);
        }
Example #2
0
 public void Execute(IJobExecutionContext context)
 {
     try
     {
         SendPartFunctions obj = new SendPartFunctions();
         obj.PendingNominationJobs();
     }
     catch (Exception ex)
     {
     }
 }