Skip to content

Instantly share code, notes, and snippets.

@cleftheris
Created September 19, 2017 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleftheris/e5643ea2aa56e893c0cdc0c60d98a0ac to your computer and use it in GitHub Desktop.
Save cleftheris/e5643ea2aa56e893c0cdc0c60d98a0ac to your computer and use it in GitHub Desktop.
IScheduledTask
public interface IScheduledTask
{
string Schedule { get; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment