Click or drag to resize

UpstreamJobManagerStartJob(IJob, Object) Method

Starts the specified job

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void StartJob(
	IJob job,
	Object[] parameters
)

Parameters

job  IJob
The job instance to start
parameters  Object
The parameters to pass to the job

Implements

IJobManagerServiceStartJob(IJob, Object)
See Also