Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Last active April 26, 2016 02:38
Embed
What would you like to do?
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