| AmiServiceBehaviorUnLock Method |
Unlock the resource
Namespace:
SanteDB.DisconnectedClient.Ags.Services
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public 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
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.AmiServiceBehavior.UnLock(System.String,System.String)"]
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.AmiServiceBehavior.UnLock(System.String,System.String)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.AmiServiceBehavior.UnLock(System.String,System.String)"]
Implements
IAmiServiceContractUnLock(String, String)See Also