ClusterJobScheduler.GetLicenseInfo Method |
Gets the license info that matches the provided license parameters.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic LicenseInfo GetLicenseInfo(
LicenseParameters licenseParameters
)
Public Function GetLicenseInfo (
licenseParameters As LicenseParameters
) As LicenseInfo
Parameters
- licenseParameters
- Type: LicenseParameters
The license parameters.
Return Value
Type:
LicenseInfo
License info.
Implements
IGetLicenseInfo.GetLicenseInfo(LicenseParameters)
ExceptionsException | Condition |
---|
ArgumentNullException | licenseParameters is null. |
InvalidOperationException | Feature name or version is not set. |
JobSchedulerException | Thrown if there is an error getting the license info. |
See Also