Ejemplo n.º 1
0
        protected bool TryExecute(PerlaItem item)
        {
            if (item.ExecutingScheduler != this)
            {
                throw new InvalidOperationException("PerlaScheduler ExecuteMethod WrongScheduler");
            }

            return(item.ExecuteEntry());
        }