Click or drag to resize

DefaultJobManagerServiceSetJobSchedule Method (IJob, DayOfWeek, DateTime)

Sets the job's schedule

Namespace:  SanteDB.Core.Jobs
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public IJobSchedule SetJobSchedule(
	IJob job,
	DayOfWeek[] daysOfWeek,
	DateTime scheduleTime
)

Parameters

job
Type: SanteDB.Core.JobsIJob

[Missing <param name="job"/> documentation for "M:SanteDB.Core.Jobs.DefaultJobManagerService.SetJobSchedule(SanteDB.Core.Jobs.IJob,System.DayOfWeek[],System.DateTime)"]

daysOfWeek
Type: SystemDayOfWeek

[Missing <param name="daysOfWeek"/> documentation for "M:SanteDB.Core.Jobs.DefaultJobManagerService.SetJobSchedule(SanteDB.Core.Jobs.IJob,System.DayOfWeek[],System.DateTime)"]

scheduleTime
Type: SystemDateTime

[Missing <param name="scheduleTime"/> documentation for "M:SanteDB.Core.Jobs.DefaultJobManagerService.SetJobSchedule(SanteDB.Core.Jobs.IJob,System.DayOfWeek[],System.DateTime)"]

Return Value

Type: IJobSchedule

[Missing <returns> documentation for "M:SanteDB.Core.Jobs.DefaultJobManagerService.SetJobSchedule(SanteDB.Core.Jobs.IJob,System.DayOfWeek[],System.DateTime)"]

Implements

IJobManagerServiceSetJobSchedule(IJob, DayOfWeek, DateTime)
See Also