Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public Action<Project> DoFunc { get; set; }

Property Value

Type: ActionProject
See Also