Click or drag to resize

ILockableResourceHandlerLock Method

Locks a resource.

Namespace:  SanteDB.Rest.Common
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
Object Lock(
	Object key
)

Parameters

key
Type: SystemObject
The key of the resource to Locks.

Return Value

Type: Object
Returns the locked object
See Also