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
文件: R2k.cs 项目: orangepoet/proxy
 public static extern int BeginOnceInv(HandleFun f);
示例#3
0
文件: R2k.cs 项目: orangepoet/proxy
 public static extern int BeginMultiInv(HandleFun f);