BBjAPI::lcheckout
Description
In BBj 24.11 and higher, this method checks out one license for the specified feature.
Syntax
Return Value | Method |
---|---|
int | lcheckout(String feature, String version) |
Parameters
Parameter | Description |
---|---|
feature | A string representing the feature to check out. |
version | A string that contains a version number less than or equal to the version that is available. |
Return Value
Returns an integer license handle that can be used later to checkin the license.
Remarks
This is equivalent to the LCHECKOUT function.
Example
Version History
See Also
LCHECKOUT() Function - Check Out License
BASIS License Service (BLS) Overview
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.