DataPA Enterprise Dashboard Controls API Reference
Saves the current license to the configuration files.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public void PersistCurrentLicenseOnClient(
bool SchedulerOnlyLicense = false
) |
Visual Basic |
---|
Public Sub PersistCurrentLicenseOnClient (
Optional SchedulerOnlyLicense As Boolean = false
) |
Visual C++ |
---|
public:
virtual void PersistCurrentLicenseOnClient(
bool SchedulerOnlyLicense = false
) sealed |
Parameters
- SchedulerOnlyLicense (Optional)
- Type: System..::..Boolean
If true, will not write serial number and license type to standard license area.
Remarks
See Also