CoreStateInitialize Method |
Loads the driver config data, drivers, plugins and type converters
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public void Initialize(
string applicationRootFolder,
Action<string, string> messageReporterFunc,
Action<string, string> errorReporterFunc,
Action<string, string> noLicenseFoundReporterFunc
)
Public Sub Initialize (
applicationRootFolder As String,
messageReporterFunc As Action(Of String, String),
errorReporterFunc As Action(Of String, String),
noLicenseFoundReporterFunc As Action(Of String, String)
)
Parameters
- applicationRootFolder
- Type: SystemString
The application root folder. - messageReporterFunc
- Type: SystemActionString, String
The message reporter func. - errorReporterFunc
- Type: SystemActionString, String
The error reporter func. - noLicenseFoundReporterFunc
- Type: SystemActionString, String
The no license found reporter func.
See Also