 | HdsiServiceBehaviorCheckOut 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
Syntaxpublic virtual Object CheckOut(
string resourceType,
string key
)
Public Overridable Function CheckOut (
resourceType As String,
key As String
) As Object
public:
virtual Object^ CheckOut(
String^ resourceType,
String^ key
)
abstract CheckOut :
resourceType : string *
key : string -> Object
override CheckOut :
resourceType : string *
key : string -> Object Parameters
- resourceType String
- The type of resource which should be checked out
- key String
[Missing <param name="key"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehavior.CheckOut(System.String,System.String)"]
Return Value
Object[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehavior.CheckOut(System.String,System.String)"]
Implements
IHdsiServiceContractCheckOut(String, 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