You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
你可以用.net来调用动态库。有官方参考实例(C#): [DllImport("workeridgo.dll", CallingConvention = CallingConvention.StdCall)] private static extern int RegisterOne(string address, string password, int database, string sentinelMasterName, int minWorkerId, int maxWorkerId, int lifeTimeSeconds);
No description provided.
The text was updated successfully, but these errors were encountered: