async Task handle(BaseDoWorkViewModel.StockArgs e)
        {
            string id = e.StockItem.StockId;

            System.Diagnostics.Debug.WriteLine($"****************  pull 30m data : {id} start  ***************************");
            HandleFun hf = new HandleFun();
            await hf.Update_Price30mAsync(id);

            System.Diagnostics.Debug.WriteLine($"****************  pull 30m data : {id} end    ***************************");
        }
Пример #2
0
 public static extern int BeginOnceInv(HandleFun f);
Пример #3
0
 public static extern int BeginMultiInv(HandleFun f);