コード例 #1
0
 public Task <bool> ShouldRunAsync(IQuarkExecutionContext context, IQuarkTarget target)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public Task <QuarkResult> ExecuteAsync(IQuarkExecutionContext context, IQuarkTask target)
 {
     throw new NotImplementedException();
 }