 | ILockableResourceHandlerUnlock Method |
Obsoletes a unlock.
Namespace: SanteDB.Rest.CommonAssembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
SyntaxObject Unlock(
Object key
)
Function Unlock (
key As Object
) As Object
Object^ Unlock(
Object^ key
)
abstract Unlock :
key : Object -> Object Parameters
- key Object
- The key of the resource to unlock.
Return Value
ObjectReturns the unlock object.
See Also