Click or drag to resize

TaskConstantsJobBuilderDelegateMethodTypeSettingKey Field

The name of the setting in StageSettings that specifies the type that declares a method to be called using a delegate in a task type that uses a delegate. The value of the setting is a String that specifies the assembly-qualified type name. This setting is used by the JobBuilder and should not normally be used by your code.

Namespace:  Ookii.Jumbo.Jet.Tasks
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public const string JobBuilderDelegateMethodTypeSettingKey = "JobBuilder.DelegateMethodType"

Field Value

Type: String
See Also