IApplicationLicenseLoad Method |
Load in and evaluate the license content.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxvoid Load(
string license,
Vault vault,
bool evaluateAsync
)
Sub Load (
license As String,
vault As Vault,
evaluateAsync As Boolean
)
void Load(
String^ license,
Vault^ vault,
bool evaluateAsync
)
Parameters
- license
- Type: SystemString
The license content. - vault
- Type: Vault
Current vault, if known, CanBeNull. - evaluateAsync
- Type: SystemBoolean
True to not wait for evaluation completion.
See Also