Click or drag to resize

EmptyTaskTRun Method

Runs the task.

Namespace:  Ookii.Jumbo.Jet.Tasks
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public void Run(
	RecordReader<T> input,
	RecordWriter<T> output
)

Parameters

input
Type: Ookii.Jumbo.IORecordReaderT
The input for the task.
output
Type: Ookii.Jumbo.IORecordWriterT
The output for the task.

Implements

ITaskTInput, TOutputRun(RecordReaderTInput, RecordWriterTOutput)
See Also