Exemplo n.º 1
0
 public void Subscribe(string rptID, Report.Handler _hand, TriggerOptions _trg)
 {
     Subscribe(rptID, _hand, _trg, 5000);
 }
Exemplo n.º 2
0
 public void Subscribe(string rptID, Report.Handler _hand, TriggerOptions _trg, uint poll)
 {
     new Report(rptID, this._con, _con._con, _hand, _trg, poll);
 }