Created
July 7, 2016 21:08
-
-
Save casper-rasmussen/5af21a41f2b17b6044b4e8b027a9392d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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