Last active
April 26, 2016 02:38
-
-
Save dcomartin/77cb52b654a9966bfd9d99cfb0f27a78 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BackgroundJob.Schedule(() => Console.WriteLine("Hello, world"), TimeSpan.FromDays(1)); | |
RecurringJob.AddOrUpdate("MyJobId", () => Console.Write("Powerful!"), "0,15,30,45 * * * *"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment