| SecurityApplicationResourceHandlerLock Method |
Lock the specified application
Namespace:
SanteDB.Rest.AMI.Resources
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax public Object Lock(
Object key
)
Public Function Lock (
key As Object
) As Object
public:
virtual Object^ Lock(
Object^ key
) sealed
abstract Lock :
key : Object -> Object
override Lock :
key : Object -> Object
Parameters
- key
- Type: SystemObject
[Missing <param name="key"/> documentation for "M:SanteDB.Rest.AMI.Resources.SecurityApplicationResourceHandler.Lock(System.Object)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:SanteDB.Rest.AMI.Resources.SecurityApplicationResourceHandler.Lock(System.Object)"]
Implements
ILockableResourceHandlerLock(Object)See Also