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