LicenseManagerBaseTLoad Method |
Set the license json-content.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual void Load(
string license,
Vault vault,
bool evaluateAsync
)
Public Overridable Sub Load (
license As String,
vault As Vault,
evaluateAsync As Boolean
)
public:
virtual void Load(
String^ license,
Vault^ vault,
bool evaluateAsync
)
Parameters
- license
- Type: SystemString
Content - vault
- Type: Vault
Current vault if known, CanBeNull. - evaluateAsync
- Type: SystemBoolean
True to not wait for evaluation completion.
Implements
IApplicationLicenseLoad(String, Vault, Boolean)
See Also