Click or drag to resize

ForeignDataExecuteJobsOperation Constructor

DI constructor

Namespace: SanteDB.Rest.AMI.Operation
Assembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public ForeignDataExecuteJobsOperation(
	IServiceManager serviceManager,
	IJobManagerService jobManagerService,
	IJobStateManagerService jobStateManager
)

Parameters

serviceManager  IServiceManager

[Missing <param name="serviceManager"/> documentation for "M:SanteDB.Rest.AMI.Operation.ForeignDataExecuteJobsOperation.#ctor(SanteDB.Core.Services.IServiceManager,SanteDB.Core.Jobs.IJobManagerService,SanteDB.Core.Jobs.IJobStateManagerService)"]

jobManagerService  IJobManagerService

[Missing <param name="jobManagerService"/> documentation for "M:SanteDB.Rest.AMI.Operation.ForeignDataExecuteJobsOperation.#ctor(SanteDB.Core.Services.IServiceManager,SanteDB.Core.Jobs.IJobManagerService,SanteDB.Core.Jobs.IJobStateManagerService)"]

jobStateManager  IJobStateManagerService

[Missing <param name="jobStateManager"/> documentation for "M:SanteDB.Rest.AMI.Operation.ForeignDataExecuteJobsOperation.#ctor(SanteDB.Core.Services.IServiceManager,SanteDB.Core.Jobs.IJobManagerService,SanteDB.Core.Jobs.IJobStateManagerService)"]

See Also