CoreStateLoadObjectsAndConfigData 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 Task[] LoadObjectsAndConfigData(
bool waitInternal = true
)
Public Function LoadObjectsAndConfigData (
Optional waitInternal As Boolean = true
) As Task()
Parameters
- waitInternal (Optional)
- Type: SystemBoolean
if true (default) it will wait all tasks created inside this method (so it will block till it's done). If false,
it will return the tasks created so the caller can await them when needed.
Return Value
Type:
TaskSee Also