LambdaRunnerWorkItemDoFunc Property |
Gets or sets the do function which is executed in the Do method.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.WorkBroker
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public Action<Project> DoFunc { get; set; }
Public Property DoFunc As Action(Of Project)
Get
Set
Property Value
Type:
ActionProjectSee Also