Enum PipelineExecutionMode
- Namespace
- Pipelinez.Core.Distributed
- Assembly
- Pipelinez.dll
Represents the execution mode used by a pipeline host.
public enum PipelineExecutionMode
Fields
Distributed = 1Executes the pipeline in distributed mode with transport-specific ownership coordination.
SingleProcess = 0Executes the pipeline within a single host process without transport ownership coordination.