Click or drag to resize
DBCatalogRetrieverTaskProgressTaskStartHandler Property
The handler of the TaskProgressTaskStartCallBack to log the start of a task. Parameter is the description to show.

Namespace: SD.LLBLGen.Pro.DBDriverCore
Assembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public Action<string> TaskProgressTaskStartHandler { get; }

Property Value

Type: ActionString
See Also