Click or drag to resize

IHdsiServiceContractCheckOut Method

Acquires an edit lock on the specified object

Namespace: SanteDB.Rest.HDSI
Assembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
Object CheckOut(
	string resourceType,
	string id
)

Parameters

resourceType  String
The type of resource which should be checked out
id  String
The identifier of the resource to be checked out

Return Value

Object

[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.CheckOut(System.String,System.String)"]

Remarks
The checkout operation allows for multi-user control of objects. This operation allows the caller to attempt to lock the object for edit. If the lock is success a lock reference object is returned
See Also