IGetLicenseInfoGetLicenseInfo 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.9.0.1601 (2.9.0.1601)
Syntax LicenseInfo GetLicenseInfo(
LicenseParameters licenseParameters
)
Function GetLicenseInfo (
licenseParameters As LicenseParameters
) As LicenseInfo
Parameters
- licenseParameters
- Type: LicenseParameters
The license parameters.
Return Value
Type:
LicenseInfoLicense info.
See Also