Click or drag to resize

VEngine(String, Int32, String) Constructor

Creates a Carbon cross-tabulation engine using the Red Centre Software licensing provider via calls to the RCS licensing web service.

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
public VEngine(
	string licensingBaseAddress = null,
	int timeout = 20,
	string hostKeys = null
)

Parameters

licensingBaseAddress  String  (Optional)
The base Uri address of the Red Centre Software licensing web service.
timeout  Int32  (Optional)
Timeout seconds for licensing web service calls (default is 20).
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