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.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual void Evaluate(
	Vault vault,
	bool redo
)

Parameters

vault  Vault
The current vault instance, CanBeNull.
redo  Boolean
Re-evaluate the license, false to accept previous evaluation.

Implements

IApplicationLicenseEvaluate(Vault, Boolean)

See Also