Click or drag to resize

DefaultJobManagerServiceSetJobSchedule Method (IJob, TimeSpan)

Set the job to repeat on an interval

Namespace:  SanteDB.Core.Jobs
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public IJobSchedule SetJobSchedule(
	IJob job,
	TimeSpan interval
)

Parameters

job
Type: SanteDB.Core.JobsIJob
The job to set repeat schedule for
interval
Type: SystemTimeSpan
The interval to set

Return Value

Type: IJobSchedule
The created schedule

Implements

IJobManagerServiceSetJobSchedule(IJob, TimeSpan)
See Also