Click or drag to resize

XmlFileJobScheduleManagerAdd(IJob, TimeSpan, NullableDateTime) Method

Add a schedule which repeats at interval on job

Namespace: SanteDB.Core.Jobs
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public IJobSchedule Add(
	IJob job,
	TimeSpan interval,
	DateTime? stopDate = null
)

Parameters

job  IJob
The job to add the schedule to
interval  TimeSpan
The interval to fire the job
stopDate  NullableDateTime  (Optional)
The stop date

Return Value

IJobSchedule

[Missing <returns> documentation for "M:SanteDB.Core.Jobs.XmlFileJobScheduleManager.Add(SanteDB.Core.Jobs.IJob,System.TimeSpan,System.Nullable{System.DateTime})"]

Implements

IJobScheduleManagerAdd(IJob, TimeSpan, NullableDateTime)
See Also