Skip to content

Instantly share code, notes, and snippets.

@casper-rasmussen
Created July 7, 2016 21:08
Show Gist options
  • Save casper-rasmussen/5af21a41f2b17b6044b4e8b027a9392d to your computer and use it in GitHub Desktop.
Save casper-rasmussen/5af21a41f2b17b6044b4e8b027a9392d to your computer and use it in GitHub Desktop.
public interface IJobNotificationManager
{
bool TryGet(ScheduledJob job, bool success, string message, out INotification notification);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment