Click or drag to resize

UpstreamJobManagerRegisterJob Method

Adds a job by type to the job manager

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public IJob RegisterJob(
	Type jobType
)

Parameters

jobType  Type
The job type to be registered

Return Value

IJob

[Missing <returns> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamJobManager.RegisterJob(System.Type)"]

Implements

IJobManagerServiceRegisterJob(Type)
See Also