 | IAmiServiceContractLock Method |
Locks the specified resource from the service
Namespace: SanteDB.Rest.AMIAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
SyntaxObject Lock(
string resourceType,
string key
)
Function Lock (
resourceType As String,
key As String
) As Object
Object^ Lock(
String^ resourceType,
String^ key
)
abstract Lock :
resourceType : string *
key : string -> Object Parameters
- resourceType String
- The type of resource to be locked
- key String
- The key of the resource
Return Value
ObjectThe locked resource
See Also