Click or drag to resize

CrossTabEngine(ILicensingProvider, String) Constructor

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

Namespace: RCS.Carbon.Tables
Assembly: RCS.Carbon.Tables (in RCS.Carbon.Tables.dll) Version: 9.1.0
Syntax
C#
public CrossTabEngine(
	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