Suspend/Stop Timer
Maybe this is a silly problem, but I can't find out any solution....
I start a timerPort (and a timerHandler):
_timerPort.Post(DateTime.Now);
Activate(Arbiter.Receive(true, _timerPort, TimerHandler));
Is there a way to stop/suspend the Arbiter to handle the _timerPort (and the Timerhandler) ?
Thank you!
Alberto

