提交 5fb6e039 编写于 作者: yitter's avatar yitter

auto commit

上级 2b5744c3
...@@ -54,17 +54,17 @@ namespace Yitter.OrgSystem.TestA ...@@ -54,17 +54,17 @@ namespace Yitter.OrgSystem.TestA
while (true) while (true)
{ {
RunSingle(); //RunSingle();
// Go(options); // Go(options);
// RustDll(); CallDll();
Thread.Sleep(1000); // 每隔1秒执行一次Go Thread.Sleep(1000); // 每隔1秒执行一次Go
} }
} }
[DllImport("yitidgen.dll", CallingConvention = CallingConvention.StdCall)] [DllImport("yitidgenc.dll", CallingConvention = CallingConvention.StdCall)]
public static extern long NextId(); public static extern long NextId();
private static void RustDll() private static void CallDll()
{ {
int i = 0; int i = 0;
long id = 0; long id = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册