Click or drag to resize

UpstreamJobManagerSetJobSchedule(IJob, TimeSpan) Method

Schedule a job to repeat on an interval

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public IJobSchedule SetJobSchedule(
	IJob job,
	TimeSpan intervalSpan
)

Parameters

job  IJob
The job which to set the interval on
intervalSpan  TimeSpan
The repeat interval of the job

Return Value

IJobSchedule
The schedule of the job

Implements

IJobManagerServiceSetJobSchedule(IJob, TimeSpan)
See Also