| 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
)
Public Function Process (
input As IOperationInput,
taskType As Type
) As StageOperation
public:
StageOperation^ Process(
IOperationInput^ input,
Type^ taskType
)
member Process :
input : IOperationInput *
taskType : Type -> StageOperation
Parameters
- input
- Type: Ookii.Jumbo.Jet.Jobs.BuilderIOperationInput
The input. - taskType
- Type: SystemType
Type of the task.
Return Value
Type:
StageOperationA
StageOperation instance that can be used to further customize the operation.
See Also