Esempio n. 1
0
 public QuorunRead()
 {
     response = null;
     countAnswers = 0;
     countSuccessfulReads = 0;
     GotEntityEvent += new GotEntityDel(GotEntityEventHandler);
     FinishedRequestEvent += new FinishedRequestDel(FinishedRequestEventHandler);
 }
Esempio n. 2
0
 public QuorunRead()
 {
     response              = null;
     countAnswers          = 0;
     countSuccessfulReads  = 0;
     GotEntityEvent       += new GotEntityDel(GotEntityEventHandler);
     FinishedRequestEvent += new FinishedRequestDel(FinishedRequestEventHandler);
 }