Click or drag to resize

AllowRecordReuseAttributePassThrough Property

Gets or sets a value that indicates whether the task will pass on the instances it receives from its input to its output.

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public bool PassThrough { get; set; }

Property Value

Boolean
Remarks

If the task passes the same instance it gets as input to its output, and the task uses a pipeline output channel, record reuse is only allowed if the output tasks of the pipeline channel also allow record reuse. Set this property to to indicate Jumbo Jet should verify any output tasks on a pipeline channel also have the AllowRecordReuseAttribute attribute before allowing record reuse.

See Also