コード例 #1
0
 private static string GetRecurringJobId(Job job)
 {
     return($"{job.Type.ToGenericTypeString()}.{job.Method.Name}");
 }