startSocketServerAsThread
全部标签 有谁知道如何将多个参数传递给Thread.Start例程?我想扩展这个类,但是C#Thread类是密封的。下面是我认为的代码:...ThreadstandardTCPServerThread=newThread(startSocketServerAsThread);standardServerThread.Start(orchestrator,initializeMemberBalance,arg,60000);...}staticvoidstartSocketServerAsThread(ServiceOrchestratororchestrator,ListmemberBalanc
有谁知道如何将多个参数传递给Thread.Start例程?我想扩展这个类,但是C#Thread类是密封的。下面是我认为的代码:...ThreadstandardTCPServerThread=newThread(startSocketServerAsThread);standardServerThread.Start(orchestrator,initializeMemberBalance,arg,60000);...}staticvoidstartSocketServerAsThread(ServiceOrchestratororchestrator,ListmemberBalanc