Example #1
0
 public void PutAwaitImage(CaptchaAnswerImage image, PriceStrategyOperate oper)
 {
     CaptchaTaskContext.me.PutAwaitImage(image);
     if (oper != null)
     {
         uuidOfsubmitOperateMap[image.Uuid] = oper;
     }
 }
 public void PutAwaitImage(CaptchaAnswerImage image)
 {
     ImagesOfAwaitAnswer.Add(image);
     logger.InfoFormat("add task#{0} to await list", image.Uuid);
 }