示例#1
0
 public BackgroundTask GetTaskWithLogRecords(string taskId, DateTime startLogTime)
 {
     return(TaskManager.GetTaskWithLogRecords(taskId, startLogTime));
 }