Example #1
0
 public ProcessState(IProcessSetting <ProcessingResult> setting)
 {
     this.Setting   = setting;
     this.MaxDegree = 50;
     this.BatchSize = 50;
 }
Example #2
0
 public GovnewsHtmlSynchronousState(IProcessSetting <WebArticle> setting) : base(setting)
 {
 }
 public YxhouseHtmlSynchronousState(IProcessSetting <WebArticle> setting) : base(setting)
 {
 }