public interface IGetLicenseInfo
| Modifier and Type | Method and Description |
|---|---|
LicenseInfo |
getLicenseInfo(LicenseParameters licenseParameters)
Gets the license info that matches the provided license parameters.
|
LicenseInfo getLicenseInfo(LicenseParameters licenseParameters)
throws JobSchedulerException
licenseParameters - The license parameters.JobSchedulerException - If there was a problem getting the license info (e.g., the
connection was lost).