Click or drag to resize

IJobBuilderOperationSetOutput Method

Sets the output for this operation.

Namespace:  Ookii.Jumbo.Jet.Jobs.Builder
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
void SetOutput(
	IOperationOutput output
)

Parameters

output
Type: Ookii.Jumbo.Jet.Jobs.BuilderIOperationOutput
The output.
Exceptions
ExceptionCondition
InvalidOperationExceptionThis operation already has output.
See Also