Beispiel #1
0
 internal override void Execute()
 {
     try
     {
         LuceneManager.AddTree(TreeRoot, this.ActivityId, this.FromExecutingUnprocessedActivities);
     }
     finally
     {
         base.Execute();
     }
 }
Beispiel #2
0
 protected override bool ProtectedExecute()
 {
     return(LuceneManager.AddTree(TreeRoot, this.MoveOrRename ?? false, this.Id, this.IsUnprocessedActivity));
 }