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