LambdaRunnerWorkItemDoFunc Property |
Gets or sets the do function which is executed in the Do method.
Namespace: SD.LLBLGen.Pro.ApplicationCore.WorkBrokerAssembly: 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; }
Public Property DoFunc As Action(Of Project)
Get
Set
Property Value
Type:
ActionProjectSee Also