Click or drag to resize

AdoJobManagerAdd(IJob, TimeSpan, NullableDateTime) Method

Add a schedule which repeats at interval on job

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
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.Persistence.Data.Services.AdoJobManager.Add(SanteDB.Core.Jobs.IJob,System.TimeSpan,System.Nullable{System.DateTime})"]

Implements

IJobScheduleManagerAdd(IJob, TimeSpan, NullableDateTime)
See Also