Click or drag to resize

UpstreamJobManagerGetJobInstance(Type) Method

Get the job instance from jobType

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

Parameters

jobType  Type
The type of job to fetch the instance of

Return Value

IJob
The job instance that was registered with the job manager

Implements

IJobManagerServiceGetJobInstance(Type)
See Also