Click or drag to resize

IAmiServiceContractLock Method

Locks 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 Lock(
	string resourceType,
	string key
)

Parameters

resourceType
Type: SystemString
The type of resource to be locked
key
Type: SystemString
The key of the resource

Return Value

Type: Object
The locked resource
See Also