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