Click or drag to resize

NoInputTaskTRun Method (RecordWriterT)

Runs the task.

Namespace:  Ookii.Jumbo.Jet.Tasks
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
protected abstract void Run(
	RecordWriter<T> output
)

Parameters

output
Type: Ookii.Jumbo.IORecordWriterT
A RecordWriterT to which the task's output should be written.
See Also