Click or drag to resize

RemoteJobManagerSetJobSchedule Method (IJob, TimeSpan)

Schedule a job to repeat on an interval

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public IJobSchedule SetJobSchedule(
	IJob job,
	TimeSpan intervalSpan
)

Parameters

job
Type: SanteDB.Core.JobsIJob
The job which to set the interval on
intervalSpan
Type: SystemTimeSpan
The repeat interval of the job

Return Value

Type: IJobSchedule
The schedule of the job

Implements

IJobManagerServiceSetJobSchedule(IJob, TimeSpan)
See Also