Click or drag to resize

DefaultJobManagerServiceGetJobInstance Method

Get the specified job instance

Namespace:  SanteDB.Core.Jobs
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public IJob GetJobInstance(
	Guid jobKey
)

Parameters

jobKey
Type: SystemGuid

[Missing <param name="jobKey"/> documentation for "M:SanteDB.Core.Jobs.DefaultJobManagerService.GetJobInstance(System.Guid)"]

Return Value

Type: IJob

[Missing <returns> documentation for "M:SanteDB.Core.Jobs.DefaultJobManagerService.GetJobInstance(System.Guid)"]

Implements

IJobManagerServiceGetJobInstance(Guid)
See Also