BCLicenseServerClaimReservedLicense Method |
Claims a reserved (off-line) license for the specified product code.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: 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
)
Public Function ClaimReservedLicense (
productCode As String,
domainName As String,
userName As String
) As BCLicense
public:
BCLicense^ ClaimReservedLicense(
String^ productCode,
String^ domainName,
String^ userName
)
member ClaimReservedLicense :
productCode : string *
domainName : string *
userName : string -> 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