Example #1
0
 public void CreateTask(ISpiderTaskConfig config)
 {
     throw new System.NotImplementedException();
 }
 public void ReConfig(ISpiderTaskConfig config)
 {
     _config = config;
 }
Example #3
0
 public void Reconfig(long taskId, ISpiderTaskConfig config)
 {
     throw new System.NotImplementedException();
 }