BCLicenseServer ClaimReservedLicense Method Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
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: 1.4.0.0 (1.4.53.0)
Syntax

public BCLicense ClaimReservedLicense(
	string productCode,
	string domainName,
	string userName
)

Parameters

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

Return Value

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