Click or drag to resize

JobBuilderProcess Method (IOperationInput, Type)

Processes the specified input using the specified task.

Namespace:  Ookii.Jumbo.Jet.Jobs.Builder
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public StageOperation Process(
	IOperationInput input,
	Type taskType
)

Parameters

input
Type: Ookii.Jumbo.Jet.Jobs.BuilderIOperationInput
The input.
taskType
Type: SystemType
Type of the task.

Return Value

Type: StageOperation
A StageOperation instance that can be used to further customize the operation.
See Also