Click or drag to resize

UpstreamJobManagerAdd(IJob, DayOfWeek, DateTime, NullableDateTime) Method

Add a job schedule to job that repeats on repeatOn starting startDate

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public IJobSchedule Add(
	IJob job,
	DayOfWeek[] repeatOn,
	DateTime startDate,
	DateTime? stopDate = null
)

Parameters

job  IJob
The job to add the schedule to
repeatOn  DayOfWeek
Repeat on days of week
startDate  DateTime
The start date and time of the schedule
stopDate  NullableDateTime  (Optional)
The date to stop the schedule

Return Value

IJobSchedule

[Missing <returns> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamJobManager.Add(SanteDB.Core.Jobs.IJob,System.DayOfWeek[],System.DateTime,System.Nullable{System.DateTime})"]

Implements

IJobScheduleManagerAdd(IJob, DayOfWeek, DateTime, NullableDateTime)
See Also