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