Click or drag to resize

CoreState.LoadObjectsAndConfigData 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.12.0.0 (5.12.0)
Syntax
public Task[] LoadObjectsAndConfigData(
	bool waitInternal = true
)

Parameters

waitInternal (Optional)
Type: System.Boolean
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