Click or drag to resize

VEngine(ILicensingProvider, String) Constructor

Creates a Carbon cross-tabulation engine using a custom licensing provider.

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
public VEngine(
	ILicensingProvider licensingProvider,
	string hostKeys = null
)

Parameters

licensingProvider  ILicensingProvider
A custom class instance that implemented that ILicensingProvider interface.
hostKeys  String  (Optional)
Reserved for future use. An optional string of joined keys that identify the hosting application that is constructing the cross-tabulation engine instance. Specific keys can alter the global behaviour of the Carbon engine.
See Also