LicenseManagerBaseTLoad Method

Set the license json-content.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual void Load(
	string license,
	Vault vault,
	bool evaluateAsync
)

Parameters

license  String
Content
vault  Vault
Current vault if known, CanBeNull.
evaluateAsync  Boolean
True to not wait for evaluation completion.

Implements

IApplicationLicenseLoad(String, Vault, Boolean)

See Also