Click or drag to resize

IJobManagerServiceStartJob Method (Type, Object)

Start a job by registered type

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

Parameters

jobType
Type: SystemType
The type of job to start
parameters
Type: SystemObject
The parameters to pass to the job
See Also