 | UpstreamJobManagerGetJobInstance(Type) Method |
Get the job instance from jobType
Namespace: SanteDB.Client.Upstream.ManagementAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic IJob GetJobInstance(
Type jobType
)
Public Function GetJobInstance (
jobType As Type
) As IJob
public:
virtual IJob^ GetJobInstance(
Type^ jobType
) sealed
abstract GetJobInstance :
jobType : Type -> IJob
override GetJobInstance :
jobType : Type -> IJob Parameters
- jobType Type
- The type of job to fetch the instance of
Return Value
IJobThe job instance that was registered with the job manager
Implements
IJobManagerServiceGetJobInstance(Type)
See Also