Click or drag to resize

RemoteJobManagerAddJob Method (IJob, 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,
	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,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,SanteDB.Core.Jobs.JobStartType)"]

Implements

IJobManagerServiceAddJob(IJob, JobStartType)
See Also