Example #1
0
        static void Main(string[] args)
        {
            TalechAPIMethods objMethod = new TalechAPIMethods();

            objMethod.RunAsync().GetAwaiter().GetResult();

            Console.ReadLine();
        }
Example #2
0
        public void ExecuteTask()
        {
            TalechAPIMethods objMethod = new TalechAPIMethods();

            objMethod.RunAsync().GetAwaiter().GetResult();

            LogHelper.Log("Execute Task completed. " + DateTime.Now);
            //LogHelper.Log("Execute Task method called");
        }