EngineManagerCreateEngine Method (String, String, String, CallerContextService)

Note: This API is now obsolete.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[ObsoleteAttribute("Use CreateEngine(CreateEngineOptions)")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void CreateEngine(
	string? appDbConnectionString,
	string appDataPath,
	string hostIdentifier,
	CallerContextService callerContextService
)

Parameters

appDbConnectionString
Type: SystemString
appDataPath
Type: SystemString
hostIdentifier
Type: SystemString
callerContextService
Type: Dundas.BI.ServicesCallerContextService
See Also