Yet another C# developer with a blog.
Browse by Tags
All Tags »
Scheduler »
C# »
ServiceBase »
Windows Service (
RSS)
-
|
I've been working on an API for my CG.Job library. Here is what I have so far: /// <summary> /// Represents the public API for the CODEGATOR job library. /// </summary> public static class JobApi { /// <summary> /// Creates a job...
|
-
|
Background Sometimes my day job as a consultant occasionally involves scheduling small units of work to run periodically without any user-interaction. I know that the Microsoft O/S includes a scheduler but that has never really met my needs (go figure...
|