Click or drag to resize

UpstreamJobManagerAddJob(IJob, TimeSpan, JobStartType) Method

Add a job to the job manager

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void AddJob(
	IJob jobType,
	TimeSpan elapseTime,
	JobStartType startType = JobStartType.Immediate
)

Parameters

jobType  IJob

[Missing <param name="jobType"/> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamJobManager.AddJob(SanteDB.Core.Jobs.IJob,System.TimeSpan,SanteDB.Core.Jobs.JobStartType)"]

elapseTime  TimeSpan

[Missing <param name="elapseTime"/> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamJobManager.AddJob(SanteDB.Core.Jobs.IJob,System.TimeSpan,SanteDB.Core.Jobs.JobStartType)"]

startType  JobStartType  (Optional)

[Missing <param name="startType"/> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamJobManager.AddJob(SanteDB.Core.Jobs.IJob,System.TimeSpan,SanteDB.Core.Jobs.JobStartType)"]

Implements

IJobManagerServiceAddJob(IJob, TimeSpan, JobStartType)
See Also