Click or drag to resize

EmptyTask<T>.Run 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.IO.RecordReader<T>
The input for the task.
output
Type: Ookii.Jumbo.IO.RecordWriter<T>
The output for the task.

Implements

ITask<TInput, TOutput>.Run(RecordReader<TInput>, RecordWriter<TOutput>)
See Also