| IAmiServiceContractUnLock Method |
Unlocks the specified resource from the service
Namespace:
SanteDB.Rest.AMI
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax Object UnLock(
string resourceType,
string key
)
Function UnLock (
resourceType As String,
key As String
) As Object
Object^ UnLock(
String^ resourceType,
String^ key
)
abstract UnLock :
resourceType : string *
key : string -> Object
Parameters
- resourceType
- Type: SystemString
The type of resource to be unlocked - key
- Type: SystemString
The key of the resource
Return Value
Type:
ObjectThe unlocked resource
See Also