Click or drag to resize

JobResourceHandlerGet Method

Get the specified job

Namespace:  SanteDB.Rest.AMI.Resources
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public Object Get(
	Object id,
	Object versionId
)

Parameters

id
Type: SystemObject

[Missing <param name="id"/> documentation for "M:SanteDB.Rest.AMI.Resources.JobResourceHandler.Get(System.Object,System.Object)"]

versionId
Type: SystemObject

[Missing <param name="versionId"/> documentation for "M:SanteDB.Rest.AMI.Resources.JobResourceHandler.Get(System.Object,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Rest.AMI.Resources.JobResourceHandler.Get(System.Object,System.Object)"]

Implements

IApiResourceHandlerGet(Object, Object)
See Also