Service
|
Description
|
||
---|---|---|---|
AcquireLicense
|
If a new license is present, running this service immediately starts the license.
|
||
GetDaysRemainingInLicense
|
Returns the number of days remaining for the license.
|
||
GetCurrentLicenseInfo
|
Returns information about the current license, including ProductName, FeatureName, TotalFeatureCount, AvailableFeatureCount, InUseFeatureCount, Version, ExpirationDate, DaysRemaining, and IsEnforced.
|
||
GetCurrentLicenseFeatureInfo
|
Returns information based on the license FeatureName. Results include ProductName, FeatureName, TotalFeatureCount, InUseFeatureCount, Version, ExpirationDate, DaysRemaining, and IsEnforced.
|
||
GetCustomerID
|
Returns the customer ID from the licensing connection. This is used for metrics reporting.
|
||
GetInstanceID
|
Returns the instance ID created at time of installation.
|
||
GetLicenseUsageData
|
Returns information about user’s license usage, including key, location, source, sourceType, tags, timestamp, UsageID, ProductName, LicenseModel, FeatureName, TransactionType, and InUseFeatureCount.
|
||
PurgeLicenseUsageData
|
Deletes the license usage data that is two years and older.
|