BTool.ThreadMgr.StopThreads C# (CSharp) Method

StopThreads() public method

public StopThreads ( ) : bool
return bool
        public bool StopThreads()
        {
            rspDataIn.ThreadCtrl.ControlThread(ThreadControl.ThreadCtrl.Stop);
            txDataOut.threadCtrl.ControlThread(ThreadControl.ThreadCtrl.Stop);
            rxDataIn.ThreadCtrl.ControlThread(ThreadControl.ThreadCtrl.Stop);
            rxTxMgr.threadCtrl.ControlThread(ThreadControl.ThreadCtrl.Stop);
            return true;
        }