 | IJobManagerServiceRegisterJob Method |
Adds a job by type to the job manager
Namespace: SanteDB.Core.JobsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxIJob RegisterJob(
Type jobType
)
Function RegisterJob (
jobType As Type
) As IJob
IJob^ RegisterJob(
Type^ jobType
)
abstract RegisterJob :
jobType : Type -> IJob 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