Home > Net >  How can I create multiple processes running dotnet DLL file
How can I create multiple processes running dotnet DLL file

Time:04-15

I'd like to create multiple processes running in c # Form the following dotnet

Start dotnet./Bin/Core. DLL - miner - address: XXX - number: XXX - thread: 1 - poolUrl: XXX

CodePudding user response:


Create multithreaded first, and then process. Start call

  •  Tags:  
  • C#
  • Related