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.111.0)
Syntax public BCLicense ClaimReservedLicense(
string productCode,
string domainName,
string userName
)
Public Function ClaimReservedLicense (
productCode As String,
domainName As String,
userName As String
) As BCLicense
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:
BCLicenseThe claimed license.
Remarks
Do not use the name of the work list for
userName
(i.e., the
User should not be used).
See Also