Click or drag to resize

ChannelType Enumeration

The type of a communication channel between two tasks.

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public enum ChannelType
Members
  Member nameValueDescription
File0 The input task writes a file to disk, which the output task then downloads and reads from.
Pipeline1 The input task's output is directly pipelined to the output task.
Tcp2 The input task connects to the output task via TCP.
See Also