示例#1
0
 protected internal virtual void PostExecute(CommandContext commandContext)
 {
     Log.DebugJobExecuted(this);
     Delete(true);
     commandContext.HistoricJobLogManager.FireJobSuccessfulEvent(this);
 }