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.0.0.0 (5.0.0)
Syntax
public Action<Project> DoFunc { get; set; }

Property Value

Type: ActionProject
See Also