 | UpstreamAmiServiceBehaviorUnLock Method |
Unlock resource
Namespace: SanteDB.Rest.AMIAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic override Object UnLock(
string resourceType,
string key
)
Public Overrides Function UnLock (
resourceType As String,
key As String
) As Object
public:
virtual Object^ UnLock(
String^ resourceType,
String^ key
) override
abstract UnLock :
resourceType : string *
key : string -> Object
override UnLock :
resourceType : string *
key : string -> Object Parameters
- resourceType String
- The type of resource to be unlocked
- key String
- The key of the resource
Return Value
ObjectThe unlocked resource
Implements
IAmiServiceContractUnLock(String, String)
See Also