Click or drag to resize

ITask<TInput, TOutput> Interface

Interface for task classes.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public interface ITask<TInput, TOutput>

Type Parameters

TInput
The input type of the task.
TOutput
The output type of the task.

The ITask<TInput, TOutput> type exposes the following members.

Methods
  NameDescription
Public methodRun
Runs the task.
Top
See Also