 | IHdsiServiceContractCheckOut Method |
Acquires an edit lock on the specified object
Namespace: SanteDB.Rest.HDSIAssembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
SyntaxObject CheckOut(
string resourceType,
string id
)
Function CheckOut (
resourceType As String,
id As String
) As Object
Object^ CheckOut(
String^ resourceType,
String^ id
)
abstract CheckOut :
resourceType : string *
id : string -> Object 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)"]
RemarksThe 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