LicenseValidationOptions Constructor (Int32, String, Boolean, Int32, Int32, Int32) |
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic LicenseValidationOptions(
int licenseValidationOptionID,
string licenseValidationOptionName,
bool refreshLicenseAlwaysRequired,
int refreshLicenseAttemptFrequency,
int refreshLicenseRequireFrequency,
int refreshLicenseRequireWarningPeriod
)
Public Sub New (
licenseValidationOptionID As Integer,
licenseValidationOptionName As String,
refreshLicenseAlwaysRequired As Boolean,
refreshLicenseAttemptFrequency As Integer,
refreshLicenseRequireFrequency As Integer,
refreshLicenseRequireWarningPeriod As Integer
)
public:
LicenseValidationOptions(
int licenseValidationOptionID,
String^ licenseValidationOptionName,
bool refreshLicenseAlwaysRequired,
int refreshLicenseAttemptFrequency,
int refreshLicenseRequireFrequency,
int refreshLicenseRequireWarningPeriod
)
Parameters
- licenseValidationOptionID
- Type: SystemInt32
The unique License Validation Option ID. - licenseValidationOptionName
- Type: SystemString
The name of the License Validation Options settings. - refreshLicenseAlwaysRequired
- Type: SystemBoolean
Whether a refresh is always required when the application is run. - refreshLicenseAttemptFrequency
- Type: SystemInt32
The number of days to wait before attempts to refresh and validate the license against SOLO Server. - refreshLicenseRequireFrequency
- Type: SystemInt32
The number of days to wait before attempts to refresh and validate the license against SOLO Server are required. - refreshLicenseRequireWarningPeriod
- Type: SystemInt32
The number of days before a required license refresh with SOLO Server to start notifying the user about the upcoming required license refresh.
See Also