LicenseManagerBaseTEvaluate Method
Method used to evaluate the license.
This may get called multiple times.
Vault instance may not be always available and can be given as null.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public virtual void Evaluate(
Vault vault,
bool redo
)
- vault Vault
- The current vault instance, CanBeNull.
- redo Boolean
- Re-evaluate the license, false to accept previous evaluation.
IApplicationLicenseEvaluate(Vault, Boolean)