Example #1
0
 protected void InitStart(Func <object, Result> func)
 {
     looper     = new CommsLoop(func);
     stopAction = new Action(StopLoop);
     //stopResult = new StopResultDelegate(StopLoopResult);
 }
Example #2
0
 protected ThreadedBase()
 {
     looper     = new CommsLoop();
     stopAction = new Action(StopLoop);
     //stopResult = new StopResultDelegate(StopLoopResult);
 }