#include <LicenseReleaseArguments.h>
Describes single license lease to release.
|
|
const std::string | leaseId |
| | Lease id value as it was returned in last heartbeat response or initial license checkout if no heartbeat has been done before release.
|
| |
| const std::uint64_t | finalUsedQty |
| | The final amount used since initial license checkout.
|
| |
◆ LicenseReleaseArguments()
| tenduke::se::licensing::LicenseReleaseArguments::LicenseReleaseArguments |
( |
std::string | leaseId, |
|
|
const uint64_t | finalUsedQty ) |
|
inline |
Constructs new instance.
- Parameters
-
| leaseId | Lease id value as it was returned in last heartbeat response or initial license checkout if no heartbeat has been done before release. |
| finalUsedQty | The final amount used since initial license checkout. NOTE: does not apply when using seat based licensing. |
◆ finalUsedQty
| const std::uint64_t tenduke::se::licensing::LicenseReleaseArguments::finalUsedQty |
The final amount used since initial license checkout.
NOTE: does not apply when using seat based licensing.
The documentation for this class was generated from the following file: