Click or drag to resize

DeviceMessageResourceHandlerGet Method

Gets a specific resource instance.

Namespace: SanteDB.Client.Rest
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public Object Get(
	Object key,
	Object versionKey
)

Parameters

key  Object

[Missing <param name="key"/> documentation for "M:SanteDB.Client.Rest.DeviceMessageResourceHandler.Get(System.Object,System.Object)"]

versionKey  Object

[Missing <param name="versionKey"/> documentation for "M:SanteDB.Client.Rest.DeviceMessageResourceHandler.Get(System.Object,System.Object)"]

Return Value

Object
Returns the resource.

Implements

IApiResourceHandlerGet(Object, Object)
See Also