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: 2.0.0
Syntax
public bool PassThrough { get; set; }

Property Value

Type: 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