Click or drag to resize

PushTaskTInput, TOutputProcessRecord Method

Method called for each record in the task's input.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public abstract void ProcessRecord(
	TInput record,
	RecordWriter<TOutput> output
)

Parameters

record
Type: TInput
The record to process.
output
Type: Ookii.Jumbo.IORecordWriterTOutput
The RecordWriterT to which the task's output should be written.
See Also