Click or drag to resize

HdsiServiceBehaviorBaseCheckIn Method

Check-in the specified object

Namespace:  SanteDB.Rest.HDSI
Assembly:  SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax
public virtual Object CheckIn(
	string resourceType,
	string key
)

Parameters

resourceType
Type: SystemString

[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.CheckIn(System.String,System.String)"]

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.CheckIn(System.String,System.String)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.CheckIn(System.String,System.String)"]

Implements

IHdsiServiceContractCheckIn(String, String)
See Also