Example #1
0
        public void FireHit(Hit h, Hit.Complete completion)
        {
            string url  = String.Format(HIT_URL_TEMPLATE, accountName, h.EncodedTrackerName);
            string data = h.PostData;

            scheduler.Schedule(new Action(() =>
            {
Example #2
0
 public void FireHit(Hit h, Hit.Complete completion)
 {
     core.FireHit(h, completion);
 }