Click or drag to resize

RemoteJobManagerAddJob Method (IJob, TimeSpan, JobStartType)

Add a job to the job manager

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public void AddJob(
	IJob jobType,
	TimeSpan elapseTime,
	JobStartType jobStartType = JobStartType.Immediate
)

Parameters

jobType
Type: SanteDB.Core.JobsIJob

[Missing <param name="jobType"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteJobManager.AddJob(SanteDB.Core.Jobs.IJob,System.TimeSpan,SanteDB.Core.Jobs.JobStartType)"]

elapseTime
Type: SystemTimeSpan

[Missing <param name="elapseTime"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteJobManager.AddJob(SanteDB.Core.Jobs.IJob,System.TimeSpan,SanteDB.Core.Jobs.JobStartType)"]

jobStartType (Optional)
Type: SanteDB.Core.JobsJobStartType

[Missing <param name="jobStartType"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteJobManager.AddJob(SanteDB.Core.Jobs.IJob,System.TimeSpan,SanteDB.Core.Jobs.JobStartType)"]

Implements

IJobManagerServiceAddJob(IJob, TimeSpan, JobStartType)
See Also