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

test

上级 9c34748c
......@@ -55,8 +55,8 @@ namespace Yitter.OrgSystem.TestA
while (true)
{
RunSingle();
//CallDll();
//RunSingle();
CallDll();
//Go(options);
Thread.Sleep(1000); // 每隔1秒执行一次Go
}
......@@ -65,7 +65,10 @@ namespace Yitter.OrgSystem.TestA
//[DllImport("yitidgenc.dll", CallingConvention = CallingConvention.StdCall)]
//public static extern long NextId();
[DllImport("yitidgengo.dll", CallingConvention = CallingConvention.StdCall)]
[DllImport("yitidgengo.dll", EntryPoint = "NextId", CallingConvention = CallingConvention.StdCall)]
public static extern long NextId2();
[DllImport("yitidgengo.so", EntryPoint = "NextId", CallingConvention = CallingConvention.StdCall)]
public static extern long NextId();
[DllImport("yitidgen.dll", CallingConvention = CallingConvention.StdCall)]
......@@ -78,7 +81,6 @@ namespace Yitter.OrgSystem.TestA
{
try
{
int i = 0;
long id = 0;
DateTime start = DateTime.Now;
......
......@@ -10,6 +10,7 @@
<Version>1.0.2</Version>
<PackageProjectUrl>https://gitee.com/yitter/idgenerator</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<StartupObject>Yitter.OrgSystem.TestA.Program</StartupObject>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册