Exemplo n.º 1
0
 public int ServerStart(XL.IRTDUpdateEvent CallbackObject)
 {
     _timer = new Timer(delegate { CallbackObject.UpdateNotify(); }, null, TimeSpan.Zero, TimeSpan.FromSeconds(3));
     return 1;
 }