| KM_ControllerKillProgramThreads Method |
Halts the execution of each supplied thread
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void KillProgramThreads(
params int[] threads
)
Public Sub KillProgramThreads (
ParamArray threads As Integer()
)
public:
void KillProgramThreads(
... array<int>^ threads
)
Parameters
- threads Int32
- threads to kill
See Also