| 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
)
Sub StartJob (
job As IJob,
parameters As Object()
)
void StartJob(
IJob^ job,
array<Object^>^ parameters
)
abstract StartJob :
job : IJob *
parameters : Object[] -> unit
Parameters
- job
- Type: SanteDB.Core.JobsIJob
The job instance to start - parameters
- Type: SystemObject
The parameters to pass to the job
See Also