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.6.0.0 (5.6.19.0117)
Syntax public Action<string> TaskProgressTaskStartHandler { get; }
Public ReadOnly Property TaskProgressTaskStartHandler As Action(Of String)
Get
Property Value
Type:
ActionStringSee Also