LicenseInfoPersistCurrentLicenseOnClient Method |
|
DataPA OpenAnalytics API Reference
Saves the current license to the configuration files.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void PersistCurrentLicenseOnClient(
bool SchedulerOnlyLicense = false
)
Public Sub PersistCurrentLicenseOnClient (
Optional SchedulerOnlyLicense As Boolean = false
)
public:
virtual void PersistCurrentLicenseOnClient(
bool SchedulerOnlyLicense = false
) sealed
function PersistCurrentLicenseOnClient(SchedulerOnlyLicense);
Parameters
- SchedulerOnlyLicense (Optional)
- Type: SystemBoolean
If true, will not write serial number and license type to standard license area.
Remarks See Also