Click or drag to resize

TaskConstantsJobBuilderDelegateTargetSettingKey Field

The name of the setting in StageSettings that specifies the target for invoking a delegate in a task type that uses a delegate. The value of the setting is a String that specifies the base64-encoded binary serialization of the object. 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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public const string JobBuilderDelegateTargetSettingKey = "JobBuilder.DelegateTargetSetting"

Field Value

String
See Also