EngineManagerCreateEngine Method (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 appDataPath,
string hostIdentifier,
CallerContextService callerContextService
)
<ObsoleteAttribute("Use CreateEngine(CreateEngineOptions)")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Sub CreateEngine (
appDataPath As String,
hostIdentifier As String,
callerContextService As CallerContextService
)
public:
[ObsoleteAttribute(L"Use CreateEngine(CreateEngineOptions)")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static void CreateEngine(
String^ appDataPath,
String^ hostIdentifier,
CallerContextService^ callerContextService
)
[<ObsoleteAttribute("Use CreateEngine(CreateEngineOptions)")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member CreateEngine :
appDataPath : string *
hostIdentifier : string *
callerContextService : CallerContextService -> unit
Parameters
- appDataPath
- Type: SystemString
- hostIdentifier
- Type: SystemString
- callerContextService
- Type: Dundas.BI.ServicesCallerContextService
See Also