Click or drag to resize

IJobManagerServiceStartJob Method (IJob, Object)

Starts the specified job

Namespace:  SanteDB.Core.Jobs
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
void StartJob(
	IJob job,
	Object[] parameters
)

Parameters

job
Type: SanteDB.Core.JobsIJob
The job instance to start
parameters
Type: SystemObject
The parameters to pass to the job
See Also