Click or drag to resize

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
)

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: Task
See Also