API Reference
Class
LicenseApplier
Applies resolved license information to execution configuration or engine instances.
Inheritance
- Object
- LicenseApplier
Methods
ApplyTo 2 overloads
public static Void ApplyTo(Testimo engine, LicenseResolutionResult license) #Returns:
VoidApplies license metadata and limits to an ExecutionConfiguration instance.
Parameters
- config TestimoX.Execution.ExecutionConfiguration
- Execution configuration to update.
- license TestimoX.Licensing.LicenseResolutionResult
- Resolved license information.
Returns
Updated configuration with license fields applied.