Click or drag to resize

IJobManagerServiceRegisterJob Method

Adds a job by type to the job manager

Namespace: SanteDB.Core.Jobs
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IJob RegisterJob(
	Type jobType
)

Parameters

jobType  Type
The job type to be registered

Return Value

IJob

[Missing <returns> documentation for "M:SanteDB.Core.Jobs.IJobManagerService.RegisterJob(System.Type)"]

See Also