![]() | PushTask<TInput, TOutput>.Run Method |
Namespace: Ookii.Jumbo.Jet
While it is possible to override this method, it is not guaranteed to be called in all scenarios (e.g. if this task is receiving data from a pipeline channel). The task must function correctly even if the ProcessRecord(TInput, RecordWriter<TOutput> ) and Finish(RecordWriter<TOutput> ) are called directly.