Click here to Skip to main content
15,884,388 members
Articles / Programming Languages / C#

A New Task Scheduler Class Library for .NET

Rate me:
Please Sign up or sign in to vote.
4.93/5 (233 votes)
17 Dec 2007CPOL15 min read 3.7M   63.3K   634  
A revision of a Task Scheduler class library by David Hall
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C# Express 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskScheduler", "TaskScheduler.csproj", "{C3B27C65-AD63-4FAC-AE73-AB787E56AAF6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApp", "TestApp\TestApp.csproj", "{95480B38-88D2-4A0F-B8A6-E73B37C22E79}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{C3B27C65-AD63-4FAC-AE73-AB787E56AAF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C3B27C65-AD63-4FAC-AE73-AB787E56AAF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C3B27C65-AD63-4FAC-AE73-AB787E56AAF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C3B27C65-AD63-4FAC-AE73-AB787E56AAF6}.Release|Any CPU.Build.0 = Release|Any CPU
		{95480B38-88D2-4A0F-B8A6-E73B37C22E79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{95480B38-88D2-4A0F-B8A6-E73B37C22E79}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{95480B38-88D2-4A0F-B8A6-E73B37C22E79}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{95480B38-88D2-4A0F-B8A6-E73B37C22E79}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
I'm a long-time programmer in compilers, operating systems, microprogramming, applications, and web programming. I've got way too many years of experience piled up--old Burroughs mainframes, Unix, Macintosh, and Windows.

Software was finally beginning to get boring, but then along came .Net and brought the fun back!

Comments and Discussions