We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf6f28 commit e6e4053Copy full SHA for e6e4053
src/NCronJob/Configuration/Builder/NCronJobOptionBuilder.cs
@@ -302,13 +302,10 @@ public interface IJobStage
302
/// </code>
303
/// </example>
304
IStartupStage<TJob> AddJob<TJob>(Action<JobOptionBuilder>? options = null) where TJob : class, IJob;
305
-
+
306
/// <summary>
307
- /// TODO.
+ /// Adds a job to the service collection that gets executed based on the given cron expression.
308
/// </summary>
309
- /// <param name="jobType"></param>
310
- /// <param name="options"></param>
311
- /// <returns></returns>
312
IStartupStage<IJob> AddJob(Type jobType, Action<JobOptionBuilder>? options = null);
313
}
314
0 commit comments