Simple Task Scheduler inside your application (C#)

Posted by: Williams .Net Zone, on 20 Dec 2007 | View original | Bookmarked: 0 time(s)

Many times I need a simple task scheduler inside a program to do this or that. You can use any of the system timers to achieve this, but you end up writing the same difficult code over and over. This simple scheduler is built to be simple and efficient. There is no interval "period" (i.e. system Timer) to worry about or set. If you need to reschedule a Task, just reschedule it at the end of your task delegate. That way, you don't have to worry about strange recursive overlaps. In a perfect...

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: Data | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 12223 | Hits: 3261

Similar Posts

  • Serialising Microsoft StreamInsight QueryTemplates more
  • Using VSTS to Quickly Test Scenarios with Add-In Applications more
  • Auto-Start ASP.NET Applications (VS 2010 and .NET 4.0 Series) more
  • Dialogs and ViewModel - Using Tasks as a Pattern more
  • Updated SilverTwit Code for MSDN Magazine more
  • Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 5: Astoria, Add Service Reference and WinForms more
  • Telerik Introduces Free Web Testing Framework for ASP.NET AJAX and Silverlight more
  • Teleriks Q2 2009 Release Expands All-in-one .NET Offering more
  • Enterprise Architecture Meta-model, size doesn't matter more
  • How do ASP.NET Application_ Events Work more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD