How to Create Timer Job in SharePoint 2013 https://www.c-sharpcorner.com/UploadFile/b8e86c/how-to-create-timer-...
69. DeleteExistingJob(JobName, parentWebApp);
70. });
71. }
72. catch (Exception ex)
73. {
74. throw ex;
75. }
76. }
77. }
7 of 14 23-Jan-19, 10:46 AM