| AmiServiceBehaviorBaseUnLock Method |
Unlock resource
Namespace:
SanteDB.Messaging.AMI.Wcf
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax public virtual Object UnLock(
string resourceType,
string key
)
Public Overridable Function UnLock (
resourceType As String,
key As String
) As Object
public:
virtual Object^ UnLock(
String^ resourceType,
String^ key
)
abstract UnLock :
resourceType : string *
key : string -> Object
override UnLock :
resourceType : string *
key : string -> Object
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.UnLock(System.String,System.String)"]
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.UnLock(System.String,System.String)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.UnLock(System.String,System.String)"]
Implements
IAmiServiceContractUnLock(String, String)See Also