Hi there,
The issue FACILITIES-ISSUE-114 was just created by Jo?o Bragan?a (captainramen).
Key: FACILITIES-ISSUE-114
Summary: New Facility to manage Castle.Components.Scheduler
Type: New Feature
Importance: High
Description:
fluent registration:
kernel.AddFacility<SchedulerFacility>();
kernel.Register(Job.For<MyJob>()
.Runs<Periodically>().Starting(DateTime.Now.AddMinutes(5)).Every(TimeSpan.FromMinutes(10)));
binsor: (untested)
facility SchedulerFacility
component IJob, MyJob:
Runs =
Periodically().Starting(DateTime.Now.AddMinutes(5)).Every(10m).CreateTrigger()
For more, see
http://support.castleproject.org/projects/FACILITIES/issues/view/FACILITIES-ISSUE-114
--
donjon
by Castle Stronghold
http://www.castle-donjon.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Castle Project Development List" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---