Yet another C# developer with a blog.
Browse by Tags
All Tags »
ServiceBase »
API »
C# »
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...
|