Click or drag to resize
BCLicenseServerClaimReservedLicense Method
Claims a reserved (off-line) license for the specified product code.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCLicense ClaimReservedLicense(
	string productCode,
	string domainName,
	string userName
)

Parameters

productCode
Type: SystemString
The product (patch) code to claim.
domainName
Type: SystemString
The network domain name to be associated with the license.
userName
Type: SystemString
The name of the user to be associated with the license.

Return Value

Type: BCLicense
The claimed license.
Remarks
Do not use the name of the work list for userName (i.e., the User should not be used).
See Also