예제 #1
0
 /// <summary> If self-threaded, stops threads that have been created.  </summary>
 public virtual void  stop()
 {
     if (myThreaded)
     {
         ackCycler.stop();
         nonAckCycler.stop();
     }
 }