| ILockableResourceHandlerUnlock Method |
Obsoletes a unlock.
Namespace:
SanteDB.Rest.Common
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax Object Unlock(
Object key
)
Function Unlock (
key As Object
) As Object
Object^ Unlock(
Object^ key
)
abstract Unlock :
key : Object -> Object
Parameters
- key
- Type: SystemObject
The key of the resource to unlock.
Return Value
Type:
ObjectReturns the unlock object.
See Also