Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. public TaskLoggerJob () : base(){ }
  2.  
  3. public TaskLoggerJob (string jobName, SPService service, SPServer server, SPJobLockType targetType)
  4. : base(jobName, service, server, targetType) {}
  5.  
  6. public TaskLoggerJob (string jobName, SPWebApplication webApplication)
  7. : base(jobName, webApplication, null, SPJobLockType.ContentDatabase) {
  8. this.Title = "Task Logger";
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement