Initialize Method (IDALService)
- Last UpdatedApr 08, 2026
- 1 minute read
Initialize the DAL with the current process name as the appname and the default config folder. Does not attempt initialization if Initialize has already been called.
| Overload | Description |
|---|---|
| Initialize() | Initialize the DAL with the current process name as the appname and the default config folder. Does not attempt initialization if Initialize has already been called. |
| Initialize(String) | Initialize the DAL with the default configuration folder. Does not attempt Initialization if Initialize has already been called. |
| Initialize(String,String) | Initialize the DAL with the config info in the given configuration file. Passing an empty string to this method is the same as using Initialize in that it initializes the DAL with the default config file. Note: After the DAL core has been initialized, you cannot re-initialize with a different config file without restarting the DAL core. |