Click or drag to resize

DefaultJobManagerServiceAddJob(IJob, TimeSpan, JobStartType) Method

Add a job to the job manager

Namespace: SanteDB.Core.Jobs
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public void AddJob(
	IJob jobObject,
	TimeSpan interval,
	JobStartType startType = JobStartType.Immediate
)

Parameters

jobObject  IJob

[Missing <param name="jobObject"/> documentation for "M:SanteDB.Core.Jobs.DefaultJobManagerService.AddJob(SanteDB.Core.Jobs.IJob,System.TimeSpan,SanteDB.Core.Jobs.JobStartType)"]

interval  TimeSpan

[Missing <param name="interval"/> documentation for "M:SanteDB.Core.Jobs.DefaultJobManagerService.AddJob(SanteDB.Core.Jobs.IJob,System.TimeSpan,SanteDB.Core.Jobs.JobStartType)"]

startType  JobStartType  (Optional)

[Missing <param name="startType"/> documentation for "M:SanteDB.Core.Jobs.DefaultJobManagerService.AddJob(SanteDB.Core.Jobs.IJob,System.TimeSpan,SanteDB.Core.Jobs.JobStartType)"]

Implements

IJobManagerServiceAddJob(IJob, TimeSpan, JobStartType)
See Also