| IAmiServiceContractCheckIn Method |
Releases an edit lock on the specified object
Namespace:
SanteDB.Rest.AMI
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax Object CheckIn(
string resourceType,
string id
)
Function CheckIn (
resourceType As String,
id As String
) As Object
Object^ CheckIn(
String^ resourceType,
String^ id
)
abstract CheckIn :
resourceType : string *
id : string -> Object
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.AMI.IAmiServiceContract.CheckIn(System.String,System.String)"]
- id
- Type: SystemString
[Missing <param name="id"/> documentation for "M:SanteDB.Rest.AMI.IAmiServiceContract.CheckIn(System.String,System.String)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:SanteDB.Rest.AMI.IAmiServiceContract.CheckIn(System.String,System.String)"]
See Also