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);