Click or drag to resize

ClusterJobSchedulerGetLicenseInfo 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
public LicenseInfo GetLicenseInfo(
	LicenseParameters licenseParameters
)

Parameters

licenseParameters
Type: LicenseParameters
The license parameters.

Return Value

Type: LicenseInfo
License info.

Implements

IGetLicenseInfoGetLicenseInfo(LicenseParameters)
Exceptions
ExceptionCondition
ArgumentNullExceptionlicenseParameters is null.
InvalidOperationExceptionFeature name or version is not set.
JobSchedulerExceptionThrown if there is an error getting the license info.
See Also

STK Parallel Computing Server 2.9 API for .NET