예제 #1
0
        private int GetMaxRetries(Guid jobId)
        {
            int maxRetrys = JobUtilHelper.GetMaxRetries(jobId);

            return(maxRetrys);
        }