示例#1
0
 public BatchCallback(BatchStepType stepType, Func <Batch, MapDocument, Task> callback)
 {
     _callback = callback;
     StepType  = stepType;
 }
示例#2
0
 public BatchProcess(BatchStepType stepType, string process, string arguments)
 {
     Process   = process;
     Arguments = arguments;
     StepType  = stepType;
 }